eBayCompetitorPriceCompare/html/index.html

51 lines
2.1 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="./data/favicon.ico">
<link rel="icon" sizes="192x192" href="./data/icon.png">
<title>eBay competitor price compare</title>
<link rel="stylesheet" href="./css/w3.css">
<style>
body {
background-color: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
</head>
<body class="w3-animate-zoom">
<div class="w3-container w3-content w3-center" style="margin-top:1%">
<h1 class="w3-wide w3-text-white">eBay competitor price compare</h1>
<div class="w3-panel w3-card-4 w3-dark-gray w3-padding">
<div class="w3-left-align">
<h3>Seller info</h3>
<p>Number of seller listings: </p>
<p>Possibly cheaper listings: </p>
<h3>Runtime info</h3>
<p>Compare time needed: </p>
<p>Export time needed: </p>
<p>Date of creation: </p>
</div>
<div class="w3-center-align">
<form action="https://google.com">
<input type="submit" value="Start manual comparing" />
</form>
</div>
</div>
<div class="w3-container w3-content w3-center" style="max-width:600px;">
<div class="w3-panel w3-card w3-dark-gray w3-padding">
<div class="w3-center-align">
<a class="w3-hover" style="text-decoration: none" href="mailto:mail@hendrikschutter.com">
<h6>mail@hendrikschutter.com</h6></a>
<a class="w3-hover" style="text-decoration: none" href="https://git.mosad.xyz/localhorst/eBayCompetitorPriceCompare">
<h6>https://git.mosad.xyz/localhorst/eBayCompetitorPriceCompare</h6></a>
</div>
</div>
</div>
<footer class="w3-container w3-center">Last update: 2022/03/30/<footer>
</body>
</html>