-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
37 lines (37 loc) · 1.34 KB
/
home.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
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sneaker Road</title>
<link href="style.css", rel="stylesheet">
</head>
<body>
<nav>
<a href="home.html">HOME</a>
<a href="services.html">SERVICES</a>
<a href="about_us.html">ABOUT US</a>
<a href="news.html">NEWS</a>
<a href="contact_us.html">CONTACT US</a>
</nav>
<br>
<header>
<div id="banner">
<div class="content">
<h1>Welcome to Sneaker Road</h1>
</div>
</div>
</header>
<p>Here you'll find all the sneakers that make you feel loved and take you to that next level </p>
<p>For all recent size and showcases, we've got all that required information</p>
<img src="https://sneakernews.com/wp-content/uploads/2022/10/jordan-1-lost-and-found-5.jpg" alt="Lost and found">
<img src="https://sneakernews.com/wp-content/uploads/2022/11/adidas-Maxallure-Lil-Dre-Fall-2022.png?w=540&h=380&crop=1">
<footer>
<a href="services.html">Services</a>
<a href="about_us.html">About Us</a>
<a href="news.html">News</a>
<a href="contact_us.html">Contact Us</a>
</footer>
</body>
</html>