ultimatepp/bazaar/SkylarkGuiExample/index.witz
zbych bff0f52f4e Simple application combining web server and gui
git-svn-id: svn://ultimatepp.org/upp/trunk@9909 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-06-07 20:03:42 +00:00

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>