created base files

This commit is contained in:
2026-04-07 18:54:48 +02:00
parent 960bd0b5f5
commit dd06dd8153
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<html>
<body>
<form action="xor23.php" method="get">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>
</body>
</html>