13 lines
282 B
Plaintext
13 lines
282 B
Plaintext
|
<!-- 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>
|