Kade-Engine/docs/_includes/header.html
2021-05-11 20:50:07 +02:00

22 lines
505 B
HTML

<style>
.headerlink {
background-color: #555;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
font-size: 17px;
}
.headerlink:hover {
background-color: #777;
}
</style>
<a class="headerlink" href="{ site.url }/">Readme</button>
<a class="headerlink" href="{ site.url }/changelogs/">Changelogs</button>
<a class="headerlink" href="{ site.url }/building">Building</button>
<a class="headerlink" href="{ site.url }/modchart">Modcharts</button>