This commit is contained in:
RundelhausCode 2021-03-09 13:38:03 +01:00
parent f8e947b2c0
commit 1b513bbb6c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<body> <body>
<form action="../Backend/keyWordsRemaining.php" method="POST"> <form action="../Backend/Controllers/keyWordsRemaining.php" method="POST">
<input type="text" name="key_word" placeholder="key word"> <input type="text" name="key_word" placeholder="key word">
<input type="submit" name="submitKeyWord" value="Submit"> <input type="submit" name="submitKeyWord" value="Submit">
</form> </form>