-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (29 loc) · 1.1 KB
/
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
28
29
30
<!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>Document</title>
<header class="pageHeader">Coffee Houses of Nashville</header>
<link rel="stylesheet" href="./main.css" />
</head>
<body>
<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>