mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
11 lines
232 B
Text
11 lines
232 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<form action=$Submit method="get" accept-charset="utf-8" enctype="multipart/form-data">
|
|
<P>
|
|
<INPUT type="text" name="id">
|
|
<INPUT type="submit" value="Submit">
|
|
</P>
|
|
</form>
|
|
</body>
|
|
</html>
|