Select Git revision
guest_main.c
price.html 657 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<title>Homepage</title>
</head>
<body>
<nav>
<a href="shop.html" class="fill" >SHOP</a>
<p id="fill" class="fill">PRICES</p>
<a href="price.html" class="fill">PRICES</a>
</nav>
<main>
</main>
<footer>
</footer>
<script src="js/index.js"></script>
</body>
</html>