This commit is contained in:
Ida Wedberg 2024-09-02 13:21:28 +02:00
parent 58ebd2cdc3
commit 27d83cc0ac

View File

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