0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00
websurfx/public/templates/navbar.html

7 lines
124 B
HTML
Raw Normal View History

2023-04-22 07:35:07 -04:00
<nav>
<ul>
<li><a href="about">about</a></li>
<li><a href="settings">settings</a></li>
</ul>
2023-04-22 07:35:07 -04:00
</nav>