Kade-Engine/docs/_includes/header.html
Puyo 722c291a15
Was noone going to fix this??? Jesus christ I can't believe y'all, chinga tu madre el kade developer [skip ci]
I am on VACATION I am supposed to be ON A BEACH doing NOTHING why do I have to pull out my God Damn Laptop and fix your God Damn Site
2021-07-21 16:23:23 +02:00

35 lines
749 B
HTML

<style>
.headerlink {
background-color: #555;
color: white;
float: none;
border: none;
border-style: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 17px;
}
.headerlink:hover {
background-color: #777;
color: white;
}
hr {
height: 2px !important;
color: #555 !important;
background-color: #555 !important;
}
</style>
<center>
<p id="HtmlIsTheWorstThingIHaveEverUsed">
<a class="headerlink" href="{{site.url}}changelogs/">Changelogs</a>
<a class="headerlink" href="{{site.url}}building">Building</a>
<a class="headerlink" href="https://github.com/KadeDev/Kade-Engine/wiki/">Modcharts</a>
<a class="headerlink" href="{{site.url}}guides">Guides</a>
<br>&nbsp;
<hr>
</p>
</center>