This commit is contained in:
Ida Wedberg 2024-09-02 13:33:07 +02:00
parent 27d83cc0ac
commit 4b1edbc426

View File

@ -6,13 +6,14 @@
<title>Document</title>
</head>
<body>
<?php
<form>
<label>Namn</label><br>
<input type="text">
<br>
<input type="submit" value="Skicka">
</form>
<?php
?>
</body>
</html>