mirror of
https://github.com/dsward2/macSVG.git
synced 2026-05-28 00:20:58 +02:00
8 lines
190 B
HTML
Executable File
8 lines
190 B
HTML
Executable File
<html>
|
|
<body>
|
|
<form action="post.html" method="post">
|
|
What is 5 + 5 ? : <input type="text" name="answer" size="4"><br/>
|
|
<input type="submit" value="Check Answer">
|
|
</form>
|
|
</body>
|
|
</html> |