mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
301 B
HTML
20 lines
301 B
HTML
<html>
|
|
<head>
|
|
<title>Gecko's Realm</title>
|
|
<style type="text/css">
|
|
.section {
|
|
color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<table border="0" cellpadding="0" cellspacing="0" width="600">
|
|
<tr>
|
|
<td bgcolor="black"><div class="section"><p>fooobar</p></div></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html>
|