mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
423 B
HTML
19 lines
423 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<title>Untitled</title>
|
|
<style type="text/css">
|
|
<!--
|
|
.frombutton { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background-color: #899EB3 }
|
|
-->
|
|
</style></head>
|
|
|
|
<body>
|
|
<form>
|
|
<input type="text"><input type="submit" style="width : 20px" value=" ok " class="frombutton">
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|