name update
This commit is contained in:
parent
e6a635065d
commit
413765a901
|
@ -8,7 +8,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<form action="../Backend/Controllers/keyWord/genRandomKeyWinner.php" method="POST">
|
||||
<form action="../Backend/Controllers/keyWord/GetKeyWinner.php" method="POST">
|
||||
<input type="number" name="gameJamId" placeholder="Game Jam id">
|
||||
<input type="submit" value="Gen" name="genKeyWord" id="pog" />
|
||||
</form>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<body>
|
||||
|
||||
|
||||
<form action="../Backend/Controllers/keyWord/keyWordsRemaining.php" method="POST">
|
||||
<form action="../Backend/Controllers/keyWord/NewKeyWord.php" method="POST">
|
||||
<input type="text" name="key_word" placeholder="key word">
|
||||
<input type="submit" name="submitKeyWord" value="Submit">
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue