-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
49 lines (43 loc) · 1.35 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Banksie" />
<meta
name="description"
content="About The official website for The Little Taco Shop"
/>
<title>About The Little Taco Shop</title>
<link rel="icon" href="" />
<link rel="stylesheet" href="main.css" />
</head>
<body>
<header class="header">
<h1 class="header__h1">The Little Taco Shop</h1>
<nav class="header__nav">
<ul class="header__ul">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/#menu">Menu</1a>
</li>
<li>
<a href="/storehours.html">Hours</a>
</li>
<li>
<a href="/contact.html">Contact</a>
</li>
</ul>
</nav>
</header>
<section class="hero">
<figure>
<img src="/Taco Shop Img.webp" alt="Tacos Delicioso" title="Tacos Delicioso" width="1000" height="667">
<figcaption class="offscreen">Try these Delicious Tacos</figcaption>
</figure>
</section>
<footer class="footer"><p> <span class="nowrap"> Copyright ©</span> <span class="nowrap"> Little Taco Shop </span></p></footer>
</body>
</html>