added lapis and htmx

This commit is contained in:
2024-03-16 18:29:52 -05:00
parent 067e0c621d
commit 97d27758c9
11 changed files with 222 additions and 0 deletions

12
views/index.etlua Normal file
View File

@ -0,0 +1,12 @@
<!-- views/index.etlua -->
<script src="/path/to/htmx.min.js"></script>
<h1>Hello world</h1>
<p>Welcome to my page</p>
<p>The missile guidance system works as follows</p>
<form>
<input type="date"></input>
<input type="text"></input>
<button>Click me</button>
</form>