-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (31 loc) · 995 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
28
29
30
31
32
33
34
35
<!doctype html>
<html>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8">
<meta name=viewport content="width=device-width,initial-scale=1">
<title>Vito's Fermentation logs</title>
<style>
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0
}
li {
margin: auto;
}
</style>
</head>
<body align="center">
<ul style="margin:2em">
<li><a href="nottingham.html">Danstar Nottingham</a></li>
<li><a href="londonesb.html">Danstar London ESB</a></li>
<li><a href="wlp029.html">WLP029</a></li>
<li><a href="wlp570.html">WLP570</a></li>
<li><a href="wlp838.html">WLP838</a></li>
<li><a href="munichclassic.html">Lallemand Munich Classic</a></li>
<li><a href="wy1388.html">Wyeast1388</a></li>
<li><a href="wy1968.html">Wyeast1968</a></li>
</ul>
</body>
</html>