mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
188 B
HTML
7 lines
188 B
HTML
|
<html>
|
||
|
<style>
|
||
|
img { width: 200px; height: 1000px; background-color: blue; }
|
||
|
</style>
|
||
|
<body><table border="1" align=left><tr><td><img><form><input></form></td></tr></table></body>
|
||
|
</html>
|