-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
31 lines (29 loc) · 1 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="mainmain.css">
<title> Little Taco Shop </title>
<link rel="icon" href="/imgages/taco_loco_roundel_300.png">
<link rel="stylesheet" href="final.css">
</head>
<body>
<header class="header">
<h1 class="header__h1">Little Taco Shop</h1>
<nav class="header__nav">
<ul class="header__ul">
<li><a href="final.html"> Home </a></li>
<li> <a href="final.html"> Menu </a></li>
<li> <a href="Store-hours.html"> Hours </a></li>
<li> <a href="contact-us.html"> Contact </a></li>
</ul>
</nav>
</header>
<section class="hero">
<figure>
<img src="/imgages/tacos.png" alt="tacos">
<figcaption class="offscreen"> Try these delicious tacos!!!</figcaption>
</figure>
</section>
</body>
</html>