mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
403 B
HTML
23 lines
403 B
HTML
<html><head>
|
|
<style>
|
|
|
|
body {
|
|
font-family: fixed, monospace;
|
|
background-color: white;
|
|
}
|
|
|
|
</style>
|
|
|
|
</head><body>
|
|
|
|
<div style="position: absolute; background-color: white;">
|
|
12345678<br>12345678
|
|
</div>
|
|
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
|
|
</body></html>
|