25 lines
577 B
HTML
25 lines
577 B
HTML
<style>
|
|
.headerlink {
|
|
background-color: #555;
|
|
color: white;
|
|
float: left;
|
|
border: 1px;
|
|
border-style: solid;
|
|
outline: none;
|
|
cursor: pointer;
|
|
padding: 14px 16px;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.headerlink:hover {
|
|
background-color: #777;
|
|
color: white;
|
|
}
|
|
</style>
|
|
<div id="HtmlIsTheWorstThingIHaveEverUsed">
|
|
<a class="headerlink" href="{{site.url}}">Readme</a>
|
|
<a class="headerlink" href="{{site.url}}changelogs/">Changelogs</a>
|
|
<a class="headerlink" href="{{site.url}}building">Building</a>
|
|
<a class="headerlink" href="{{site.url}}modchart">Modcharts</a>
|
|
</div>
|