mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 21:03:08 +09:00
22 lines
377 B
HTML
22 lines
377 B
HTML
<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>
|