feat(webui): implement states list
This commit is contained in:
parent
7885b19b54
commit
09885ef1e4
10 changed files with 117 additions and 12 deletions
|
@ -9,12 +9,20 @@
|
|||
<title>tfstated</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<header class="container">
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/"><strong>TFSTATED</strong></a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="/states">States</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main class="container">
|
||||
{{ template "main" . }}
|
||||
</main>
|
||||
<footer>
|
||||
<footer class="container">
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue