-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 832 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (27 loc) · 832 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<link rel="stylesheet" type="text/css" href="styles/index.css">
<style>
@import url('https://fonts.googleapis.com/css?family=Heebo');
</style>
</head>
<body>
<div class="topNav">
<a href="#">Home</a>
<a href="productList.html">Products</a>
<a href="gallery.html">Gallery</a>
<a href="contact.html">Contact</a>
<a href="shoppingCart.html" id="theShoppingCart"><img src="images/shoppingCart.jpg" width="15"> Shopping Cart</a>
</div>
<div class="mainContent">
<img src="images/pexels-photo-256541.jpeg">
</div>
<div id="footer">
<p>© Medina Tochi</p>
</div>
</body>
</html>