-
Notifications
You must be signed in to change notification settings - Fork 3
/
navbar.html
35 lines (32 loc) · 929 Bytes
/
navbar.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
<html><head>
<style>
@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Lato|Martel|Montserrat|Open+Sans|Oxygen|Raleway|Roboto&display=swap');
html,
body {
padding: 0;
margin: 0;
}
a {
font-family: 'Raleway', sans-serif;
text-decoration: none;
color: #000;
padding-left: 25px;
font-size: 18px;
}
.bold {
font-weight: bold;
}
</style>
</head><body>
<div height="32px">
<img src="./docs/hearthwell.png" align="center" height="32px">
<a target="_top" href="./" class="bold">Home</a>
<a target="_top" href="./changelogs">Patch History</a>
<a target="_top" href="./reference">Recipe Reference</a>
<a target="_top" href="./CT">CraftTweaker</a>
<a target="_top" href="./aTV">aTV</a>
<a target="_top" href="./vaultopic" class="bold">Vaultopic</a>
<a target="_top" href="./mechanics" class="bold">Mechanics</a>
<a target="_top" href="./groves" class="bold">Groves</a>
</div>
</body></html>