first commit
This commit is contained in:
15
Suli/13.b/Backend/2024. 10. 17/html.php
Normal file
15
Suli/13.b/Backend/2024. 10. 17/html.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="hu">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Fügvények</title>
|
||||
</head>
|
||||
<body>
|
||||
<form method="POST">
|
||||
<input type="number" name="num1" id="num1"> +
|
||||
<input type="number" name="num2" id="num2">
|
||||
<button type="submit">Összead</button>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user