mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
353 B
HTML
17 lines
353 B
HTML
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
<body style="direction: rtl;">
|
||
|
|
||
|
<form style="display: -moz-deck; width: 1em;">
|
||
|
<fieldset>
|
||
|
<legend>Your name</legend>
|
||
|
<input type="text" name="name" size="20"/>
|
||
|
</fieldset>
|
||
|
<fieldset>
|
||
|
<legend>Your E-mail address</legend>
|
||
|
<input type="text" name="email" size="25"/>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
|
||
|
</body>
|
||
|
</html>
|