server data printed on webpage

This commit is contained in:
2024-03-16 20:00:13 -05:00
parent 97d27758c9
commit c124f9825f
6 changed files with 196 additions and 5 deletions

View File

@ -6,7 +6,23 @@
<p>The missile guidance system works as follows</p>
<form>
<input type="date"></input>
<input type="text"></input>
<button>Click me</button>
<fieldset>
<legend>Give Us Money</legend>
<input type="file"></input>
<input type="text"></input>
</fieldset>
<fieldset>
<label>Do it</label>
<input type="number"></input>
</fieldset>
</form>
<br>
<button>Click me</button>
<ol>
<p><% for i, thing in pairs(text) do %>
<li><%= thing %></li>
<% end %>
</p>
</ol>