now with log support
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
<h2>Add user</h2>
|
||||
|
||||
<form action='/adduser' method='post'>
|
||||
<p>Name: <input type='text' name='name' /></p>
|
||||
<input type='submit' value='Submit' />
|
||||
</form>
|
||||
|
||||
|
||||
<h2>Update user data</h2>
|
||||
|
||||
<form action='/updateuserdata' method='post'>
|
||||
@@ -26,6 +18,26 @@
|
||||
</form>
|
||||
|
||||
|
||||
<h2>Add user</h2>
|
||||
|
||||
<form action='/adduser' method='post'>
|
||||
<p>Name: <input type='text' name='name' /></p>
|
||||
<input type='submit' value='Submit' />
|
||||
</form>
|
||||
|
||||
|
||||
<h2>Log</h2>
|
||||
|
||||
<pre>
|
||||
{log}
|
||||
</pre>
|
||||
|
||||
|
||||
<h2>Image gallery</h2>
|
||||
|
||||
<a href='/media'>Datalosjen haz pics.</a>
|
||||
|
||||
|
||||
<h2>FAQ</h2>
|
||||
|
||||
<p><strong>Question:</strong> What is one food?</p>
|
||||
|
||||
Reference in New Issue
Block a user