mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
224 B
HTML
11 lines
224 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
||
|
<style>
|
||
|
div {width: 50px; height: 50px;}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table border><tr><td><div/></td></tr></table>
|
||
|
</body>
|
||
|
</html>
|