mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01: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> |