Update
This commit is contained in:
+13
-1
@@ -611,7 +611,19 @@
|
||||
<!-- Administation -->
|
||||
<section id="admin">
|
||||
<h3>Administration</h3>
|
||||
<p></p>
|
||||
<form id="createGameJam">
|
||||
<label for="nameOfGameJam">Indtast navn på Game Jam:</label>
|
||||
<input type="text" name="nameOfGameJam" id="nameOfGameJam" >
|
||||
<br />
|
||||
<input type="date" name="startDate" id="startDate">Start dato
|
||||
<input type="date" name="endDate" id="endDate">Slut dato
|
||||
<br />
|
||||
<input type="time" name="startTime" id="startTime">Start tid
|
||||
<input type="time" name="endTime" id="endTime">Slut tid
|
||||
<br />
|
||||
<input type="text" name="description" id="description"/>
|
||||
<button type="button" name="indsend" id="indsend">Indsend</button>
|
||||
</form>
|
||||
</section>
|
||||
<!-- Administation slut -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user