mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
10 lines
239 B
HTML
10 lines
239 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<div class="scrollTop" style="height:100px; overflow:hidden;">
|
|
<div style="margin-top:30px;">Hello Kitty</div>
|
|
<div style="height:400px;"></div>
|
|
</div>
|
|
<script src="scrolling.js"></script>
|
|
</body>
|
|
</html>
|