Fixed key word error

This commit is contained in:
neerholt
2021-03-05 10:52:42 +01:00
parent dd66573508
commit e1e879e94b
5 changed files with 44 additions and 12 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
/*
require "../bootstrap.php";
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<form action="../Backend/keyWordsRemaining.php" method="POST">
<input type="text" name="key_word" placeholder="key word">
<input type="number" name="group_id" placeholder="group id">
<input type="submit" name="submitKeyWord" value="Submit">
</form>
</body>
</html>