-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
34 lines (33 loc) · 1.15 KB
/
shop.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<title>Shop</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&family=Staatliches&display=swap" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="testamonials.html">Testamonials</a></li>
<li><a class="active" href="shop.html">Shop</a></li>
</ul>
</nav>
<div id="hero_image">
<img src="images/realitysimlabs.jpg">
</div>
<div id="tagline">
<h1>Mundane is the new insane!</h1>
</div>
</header>
<footer>
© 2021 - RealitySim Labs
<br>
<a href="contact.html" id="contact_link">Contact Us</a>
</footer>
</body>
</html>