server data printed on webpage
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user