fixed some stuff

This commit is contained in:
neerholt
2021-03-11 13:20:10 +01:00
parent 0e343cb46e
commit 1d1606ff13
8 changed files with 72 additions and 9 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="../Backend/Controllers/keyWord/genRandomKeyWinner.php" method="POST">
<input type="number" name="gameJamId" placeholder="Game Jam id">
<input type="submit" value="Gen" name="genKeyWord" id="pog" />
</form>
</body>
</html>
-1
View File
@@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>