-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathct_start_Fatonie.html
27 lines (26 loc) · 1 KB
/
ct_start_Fatonie.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
<!DOCTYPE html>
<html>
<head>
<title>Curbside Thai</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="ct_base.css" rel="stylesheet" />
<link href="ct_layout1.css" rel="stylesheet" />
</head>
<body>
<header>
<img src="ct_logo.png" alt="Curbside Thai" />
</header>
<nav>
<a href="ct_about_Fatonie.html"><img src="ct_about.png" alt="About Us" /></a>
<a href="ct_locations_Fatonie.html"><img src="ct_locations.png" alt="Locations" /></a>
<a href="ct_menu_Fatonie.html"><img src="ct_menu.png" alt="Menu" /></a>
<a href="ct_reviews_Fatonie.html"><img src="ct_reviews.png" alt="Reviews" /></a>
<a href="ct_catering_Fatonie.html"><img src="ct_catering.png" alt="Catering" /></a>
<a href="ct_contact_Fatonie.html"><img src="ct_contact.png" alt="Contact Us" /></a>
</nav>
<footer>
Curbside Thai • 411 Belde Drive, Charlotte NC 28201 • 704-555-1151
</footer>
</body>
</html>