mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
22 lines
403 B
HTML
22 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>
|