Add tab widget to frontend example
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user