header: add other pages buttons
This commit is contained in:
parent
e96688db9b
commit
401c2b738d
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
<navbar>
|
||||
<navbar-content>
|
||||
<a href="/">Accueil</a>
|
||||
<a href="/">Home</a>
|
||||
<input type="radio" name="nav" id="nav-home" checked>
|
||||
<a href="/about">About me</a>
|
||||
<input type="radio" name="nav" id="nav-home" checked>
|
||||
<a href="/projects">Projects</a>
|
||||
<input type="radio" name="nav" id="nav-home" checked>
|
||||
<a href="/music">Music</a>
|
||||
<input type="radio" name="nav" id="nav-music">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue