WebServ/www/public/M1/03/index.php
2024-08-23 15:24:49 +02:00

18 lines
343 B
PHP

<!doctype html>
<html>
<head lang="sv"></head>
<body>
<h1>Matematik-test</h1>
<form action="calculate.php" method="post">
<fieldset>
<legend>Calculator</legend>
<input type="number" name="n1"> +
<input type="number" name="n2">
<br>
<input type="submit" value="Calculate">
</fieldset>
</form>
</body>