Files
crypto-tools/xor23form.htm
T
2026-04-07 18:54:48 +02:00

11 lines
187 B
HTML

<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>