Create header.html

This commit is contained in:
Puyo 2021-05-11 20:37:10 +02:00 committed by GitHub
parent d4d5e3d824
commit e7be81e905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
<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="windows.location.assign('/')">Readme</button>
<button class="headerlink" onclick="windows.location.assign('/changelogs/')">Changelogs</button>
<button class="headerlink" onclick="windows.location.assign('/building.md')">Building</button>
<button class="headerlink" onclick="windows.location.assign('/modchart.md')">Modcharts</button>