wsp_m0/www/public/upp1/index.html
2024-09-03 14:45:07 +02:00

16 lines
359 B
HTML

<!DOCTYPE html>
<html>
<head lang = "sv">
<meta charset="UTF-8">
<title>Test PHP</title>
</head>
<body>
<form action = "test.php" method = "post">
<label>Mata in text</label><br>
<textarea rows="10" cols="80" name = "text"></textarea>
<input type = "submit" name = "submit" value = "Kör">
</form>
</body>
</html>