Initial commit

This commit is contained in:
2023-05-22 23:28:51 -03:00
commit 5c1403aa91
467 changed files with 18649 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Form example</title>
<meta charset="utf-8"/>
</head>
<body>
<form>
Your Number: <input type="text"> <br/>
<input type="button" value="OK"/>
<!--
-->
</form>
</body>
</html>