ilot-io/content/sidebar.html
Antoine Martin 6216d4350b
Some checks failed
/ preview (pull_request) Failing after 1m17s
content/sidebar: drop all but join and your files
2024-09-08 10:30:59 -04:00

9 lines
269 B
HTML

<!-- the anchors force ikiwiki to use a tags instead of spans. hopefully. -->
<ul class="nav navbar-nav navbar-right">
<li>[[Join]]</li>
<li>
<button class="btn sign-in" onclick="window.location.href='https://ilot.io/apps/files';">
Your Files
</button>
</li>
</ul>