mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
15 lines
282 B
HTML
15 lines
282 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head><style>
|
|
div.post {
|
|
overflow: auto;
|
|
height: 15px;
|
|
border: 1px solid black;
|
|
}
|
|
div.filler {
|
|
height: 16px;
|
|
background: yellow;
|
|
}
|
|
</style></head>
|
|
<body><div class="post"><div class="filler"></div></div></body>
|
|
</html>
|