-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 971 Bytes
/
index.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 lang="en">
<head>
<title>Nashville Coffee Houses</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header class="pageHeader">Coffee Houses of Nashville</header>
<section class="list">
<article class="shop">The Jam</article>
<article class="shop">The Well</article>
<article class="shop">Red Bicycle</article>
<article class="shop">Crema</article>
<article class="shop">Frothy Monkey</article>
<article class="shop">8th & Roast</article>
<article class="shop">Bongo Java</article>
<article class="shop">Flatrock</article>
<article class="shop">Fido</article>
<article class="shop">Steadfast Coffee</article>
<article class="shop">Dose Coffee</article>
<article class="shop">Sam & Zoes</article>
<article class="shop">Slow Hand Coffee</article>
<article class="shop">The Horn</article>
</section>
</body>
</html>