ilot-io/content/sidebar.html
Antoine Martin 465dfa8e90
Some checks failed
/ preview (pull_request) Has been cancelled
/ cleanup (pull_request) Failing after 34s
/ render (push) Successful in 34s
*: update to Bootstrap 5
2024-09-10 20:19:15 -04:00

11 lines
335 B
HTML

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