Add tab widget to frontend example

This commit is contained in:
2025-08-10 11:11:23 -04:00
parent 1d50384bb8
commit 7265642b8b
4 changed files with 228 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
<title>mintea</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="res/style.css">
<link rel="stylesheet" href="res/martian.css">
<link rel="stylesheet" href="res/mint.css">
<script>
/*
@licstart The following is the entire license notice for the
@@ -68,14 +68,13 @@
</div>
<div class=buttonListWrap>
<ul class=buttonList>
<li><a href="/">code</a></li>
<li><a href="/">history</a></li>
<li><a href="/">tags</a></li>
<li><a href="/">tickets (17)</a></li>
<li><a href="/">releases</a></li>
<li><a href="/">settings</a></li>
</ul>
<div class="tabList end"><span>code</span>
<a href="/">history</a>
<a href="/">tags</a>
<a href="/">tickets (17)</a>
<a href="/">releases</a>
<a href="/">settings</a>
</div>
</div>
</nav>
</div>