mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 20:21:24 +00:00
* ported to OS X (beta) * depricated GSW naming git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30215 72102866-910b-0410-8b05-ffd578937521
13 lines
241 B
HTML
13 lines
241 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Hello World!</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<webobject name=form>
|
|
What's your name?
|
|
<P>
|
|
<webobject name=name_field></webobject>
|
|
<webobject name=submit_button><INPUT TYPE="SUBMIT"></webobject>
|
|
</webobject>
|
|
</BODY>
|
|
</HTML>
|