mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 09:48:38 +09:00
9 lines
246 B
HTML
9 lines
246 B
HTML
<html>
|
|
<body>
|
|
<table style="width: 200px; border: 1px solid black;"><tr><td>
|
|
<marquee scrollamount="0" behavior="alternate">
|
|
<div style="width: 2000px; height: 50px; background-color: lime;"></div>
|
|
</marquee>
|
|
</td></tr></table>
|
|
</body>
|
|
</html>
|