forked from Jonathan/Peradventure
added lapis and htmx
This commit is contained in:
12
views/index.etlua
Normal file
12
views/index.etlua
Normal 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>
|
Reference in New Issue
Block a user