mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
25 lines
769 B
HTML
25 lines
769 B
HTML
<nav class="navbar" role="navigation" aria-label="main navigation">
|
|
<div class="navbar-brand">
|
|
<a class="navbar-item" href="<{ relative_path_to_root }>">
|
|
<h2 class="menu-title">YUNORUNNER</h2>
|
|
</a>
|
|
|
|
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
|
|
<span aria-hidden="true"></span>
|
|
<span aria-hidden="true"></span>
|
|
<span aria-hidden="true"></span>
|
|
</a>
|
|
</div>
|
|
|
|
<div id="navbarBasicExample" class="navbar-menu">
|
|
<div class="navbar-start">
|
|
<a class="navbar-item" href="<{ relative_path_to_root }>">
|
|
Home
|
|
</a>
|
|
|
|
<a class="navbar-item" href="<{ relative_path_to_root }>apps/">
|
|
Apps
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|