Backend óra_2024 12. 02.

This commit is contained in:
Tóth Ádám
2024-12-02 14:37:26 +01:00
parent fb48452312
commit 7ffd7cd85d
47 changed files with 702 additions and 24 deletions

View File

@@ -10,5 +10,12 @@
<input type="text" name="szures">
<button type="submit">Szűrés</button>
</form>
<h2>Adat felvitel</h2>
<form method="POST">
Cím: <input type="text" name="cim"><br>
Filmtípus: <input type="number" name="tipus"><br>
Jegyár: <input type="number" name="jegyar"><br>
<button type="submit">Adatbevitel</button>
</form>
</body>
</html>