Create header.html
This commit is contained in:
parent
d4d5e3d824
commit
e7be81e905
21
docs/_includes/header.html
Normal file
21
docs/_includes/header.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user