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

18 lines
336 B
PHP
Raw Normal View History

2024-08-23 13:24:49 +00:00
<!doctype html>
<html>
<head lang="sv"></head>
<body>
2024-09-06 13:22:36 +00:00
<h1>M1 | 03</h1>
2024-08-23 13:24:49 +00:00
<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>