48 lines
1.7 KiB
HTML
48 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
|
|
<link href="https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" media="screen and (max-width: 600px)" href="product-small.css">
|
|
<link rel="stylesheet" media="screen and (min-width: 601px)" href="product-medium.css">
|
|
<link rel="stylesheet" media="screen and (min-width: 1025px)" href="product-big.css">
|
|
<link rel="stylesheet" href="shop.css">
|
|
<script src="script.js" defer></script>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>green grass</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div class="title_bar">
|
|
<img src="files/grass_icon_left.png" alt="grass" />
|
|
<span>GREEEN GRASS</span>
|
|
<img src="files/grass_icon_right.png" alt="grass" />
|
|
</div>
|
|
<div id="bottom">
|
|
<div class="dropdown">
|
|
<span>Categories</span>
|
|
<ul class="dropdown-content">
|
|
<li><a href="#special">~ Special Offers ~</a></li>
|
|
<li><a href="#bunt">~ Colored Grass ~</a></li>
|
|
<li><a href="#grün">~ Green-Tones ~</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="shopping_cart">
|
|
<a href=""><i class="fas fa-shopping-cart" style='font-size:24px'></i></a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<div id="übersicht" />
|
|
|
|
<footer>
|
|
<h1>Disclaimer</h1>
|
|
<p>This website is not used monetarily </p>
|
|
<p>Not even if things seem to be sold here!</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |