Projects / snek / src / snek / templates / app_menu.html
git clone https://molodetz.nl/retoor/snek.git
Raw source file available here .
<div>
<div class="logo no-select">Test</div>
<nav class="no-select" style="float:right;overflow:hidden;scroll-behavior:smooth">
<a class="no-select" href="/web.html">🏠</a>
<a class="no-select" href="/search-user.html">🔍</a>
<a class="no-select" style="display:none" id="install-button" href="#">📥</a>
<a class="no-select" href="/threads.html">👥</a>
<a class="no-select" href="#">⚙️</a>
<a class="no-select" href="/logout.html">🔒</a>
</nav>
</div>