22 lines
599 B
HTML
22 lines
599 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>
|
|
|
|
<button class="headerlink" onclick="window.location.assign('/')">Readme</button>
|
|
<button class="headerlink" onclick="window.location.assign('/changelogs/')">Changelogs</button>
|
|
<button class="headerlink" onclick="window.location.assign('/building.md')">Building</button>
|
|
<button class="headerlink" onclick="window.location.assign('/modchart.md')">Modcharts</button>
|