najs
This commit is contained in:
parent
58ebd2cdc3
commit
27d83cc0ac
@ -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>
|
Loading…
Reference in New Issue
Block a user