surfx / public /templates /navbar.html
neon_arch
✨ feat: Reducing the amount of js used and improving code functionality (#36) (#37)
8e9fe4d
raw
history blame
No virus
124 Bytes
<nav>
<ul>
<li><a href="about">about</a></li>
<li><a href="settings">settings</a></li>
</ul>
</nav>