This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

16 lines
393 B
PHP

<!DOCTYPE html>
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reguläre Ausdrücke</title>
</head>
<body>
<h1>Geben Sie mindestens eine Zahl ein</h1>
<form action="reg1test.php" method="get">
Eingabe <input type="text" name="reg" id="reg">
</form>
</body>
</html>