generated from alecodes/base-template
wip: change assets handling to vite-rs
This commit is contained in:
parent
6cf98d1f1a
commit
b25719827f
12 changed files with 468 additions and 21 deletions
|
|
@ -5,6 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<link rel="stylesheet" href="../css/style.scss" />
|
||||
<script type="module" src="../js/index.ts"></script>
|
||||
<script type="module" src="htmx.org"></script>
|
||||
<title>
|
||||
{% block title %}Axum web service!{% endblock %}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,35 @@
|
|||
<nav>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Compendium</strong>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a class="secondary" href="#">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<details class="dropdown">
|
||||
<summary>
|
||||
<link href="feather-icons/dist/feather-sprite.svg" />
|
||||
|
||||
</summary>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Solid</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Liquid</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Gas</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Plasma</a>
|
||||
</li>
|
||||
</ul>
|
||||
</details>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue