blob: 59a4f280784848d8fd5ab97c25683ce8a6c34d87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<html><head>
<style>
body {
font-family: fixed, monospace;
background-color: white;
}
</style>
</head><body>
<div style="position: absolute">
12345678<br>12345678
</div>
abcdefghijklmnopqrstuvwxyz<br>
abcdefghijklmnopqrstuvwxyz<br>
abcdefghijklmnopqrstuvwxyz<br>
abcdefghijklmnopqrstuvwxyz<br>
</body></html>
|