-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (33 loc) · 882 Bytes
/
index.html
File metadata and controls
43 lines (33 loc) · 882 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>Salmon Cookies</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/reset.css">
</head>
<body>
<header><h1>Salmon Cookies</h1>
<img src="./img/salmon.png" alt="Salmon Cookies">
</header>
<main>
<nav>
<ul>
<li><a href="#">Seattle</a></li>
<li><a href="#">Tokyo</a></li>
<li><a href="#">Dubai</a></li>
<li><a href="#">Paris</a></li>
<li><a href="#">Lima</a></li>
</ul></nav>
<p>Open in 6:00 AM to 8:00 PM for all locations</p>
<img src="./img/frosted-cookie.jpg" alt="Salmon Cookies">
<img src="./img/chinook.jpg" alt="Salmon Cookies">
<img src="./img/cutter.jpeg" alt="Salmon Cookies">
</main>
<footer>
<ul>
<li><a href="#">Contact us </a></li>
<li><a href="sales.html">Sales Page </a></li>
</ul>
</footer>
</body>
</html>