forked from wolforcept/hearthwell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavbar.html
24 lines (24 loc) · 826 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
<style>
@import url('https://fonts.googleapis.com/css?family=Bree+Serif|Lato|Martel|Montserrat|Open+Sans|Oxygen|Raleway|Roboto&display=swap');
a {
font-family: 'Raleway', sans-serif;
text-decoration: none;
color: #000;
padding-left:25px;
font-size: 18px;
}
.bold {
font-weight: bold;
}
</style>
<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>