GIS-2020-SoSe/Aufgaben/Aufgabe_07_2020-06-10/shoppingCart.html

44 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link SameSite="Secure" 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="shoppingCart.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><a href="shop.html" style="text-decoration: none;color:#b8d5cd">GREEN GRASS</a></span>
<img src="files/grass_icon_right.png" alt="grass" />
</div>
</div>
</header>
<div id="übersicht">
</div>
<button style="text-align: center" id="removeAllItems">Remove All</button>
<div>
<span style="margin-left: 10px;"> Current Price: </span>
<span style="margin-left: 10px;" id="showPrice">Hello</span>
</div>
<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>