-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·24 lines (24 loc) · 1.01 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
<head>
<link type="text/css" rel="stylesheet" href="stylesheets/main.css" />
<img class="logo" src="branding/hbc-advent.png" alt="logo" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body style="overflow: auto">
<h1 class="title">Beer List</h1>
<a class="link" href="beer/breakfast-at-flahertys.html"
>Breakfast At Flahertys</a
>
<a class="link" href="beer/yule-fuel.html">Yule Fuel</a>
<a class="link" href="beer/groves-yuletide-harvest-ale.html"
>Grove's Yuletide Harvest Ale</a
>
<a class="link" href="beer/rum-oak-reserve-brown.html"
>Rum Oak Reserve Brown</a
>
<a class="link" href="beer/kiwi-summer-ale.html">Kiwi Summer Ale</a>
<a class="link" href="beer/prima-donna.html">Prima Donna</a>
<a class="link" href="beer/cranberry-wheat.html">Cranberry Wheat</a>
<a class="link" href="beer/original-ipa.html">Original IPA</a>
<a class="link" href="beer/jimmy-one.html">NEDIPA</a>
<a class="link" href="beer/jimmy-two.html">Spiced NEDIPA</a>
</body>