16 lines
No EOL
510 B
HTML
16 lines
No EOL
510 B
HTML
<navbar>
|
|
<navbar-content>
|
|
<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">
|
|
</navbar-content>
|
|
<pink-statusbar>
|
|
<status-dot></status-dot>
|
|
<username>Online</username>
|
|
</pink-statusbar>
|
|
</navbar> |