WebServ/www/public/M1/01/index.php

18 lines
459 B
PHP
Raw Permalink Normal View History

2024-08-23 13:24:49 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-09-06 13:22:36 +00:00
<title>M1 | 01</title>
2024-08-23 13:24:49 +00:00
</head>
<body>
<form action="./handle.php" method="post">
<fieldset>
<legend>Currency</legend>
<label>Amount in $</label><br>
<input type="text" name="currency">
<input type="submit" value="Convert to SEK">
</fieldset>
</form>
</body>
</html>