mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 12:02:29 +02:00
14 lines
368 B
HTML
14 lines
368 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Sum</title>
|
|
</head>
|
|
<body>
|
|
<form method="post">
|
|
Value A: <input id="a" type="text" value="10" style="background-color: #ffff96;"/><br />
|
|
Value B: <input id="b" type="text" value="20" style="background-color: #ffff96;"/><br />
|
|
<input type="submit" value="Sum" />
|
|
</form>
|
|
</body>
|
|
</html> |