mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 22:04:04 -06:00
16 lines
No EOL
451 B
Text
16 lines
No EOL
451 B
Text
<!doctype html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Skylark + GUI example - $Time</title>
|
|
<meta http-equiv="refresh" content="10" />
|
|
</head>
|
|
<body>
|
|
|
|
<form action=$PostSomeData method="post" accept-charset="utf-8" enctype="multipart/form-data">
|
|
<input type="text" maxlength="50" size="50" name="SharedVariable" value="$SharedVariable"/>
|
|
<input type="submit" value="Send data to GUI"/>
|
|
</form>
|
|
|
|
</body>
|
|
</html> |