18 lines
363 B
PHP
18 lines
363 B
PHP
<?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>
|