-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (39 loc) · 1.55 KB
/
index.html
File metadata and controls
39 lines (39 loc) · 1.55 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Rainy Days</title>
<link rel="icon" type="image/x-icon" href="Images/favicon.ico.jpeg">
<meta charset="UTF-8">
<meta name="description" content="Rainjackets made with good quality">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link href="css/styles.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<a href="index.html"><img src="Images/Rainydayslogo.png" alt="company logo" class="logo">
<nav>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="jackets.html">JACKETS</a></li>
<li><a href="shoppingcart.html">SHOP</a></li>
</ul>
</nav>
</header>
<main>
<img src="Images/homebackground.jpg" class="homebackground" alt="woman standing on pier with mountains in background">
</main>
<footer>
<div class="footerlink">
<ul>
<li><a href="aboutus.html">ABOUT US</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="jackets.html">JACKETS</a></li>
</ul>
</div>
© 2024 Rainy Days. All rights reserved
</footer>
</body>
</html>