mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
12 lines
300 B
HTML
12 lines
300 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<fieldset style="overflow:hidden; height:300px;">
|
|
<legend style="position:fixed; top:0"><div style="width:200px; height:50px; background:yellow;"></div></legend>
|
|
</fieldset>
|
|
<div style="height:5000px;"></div>
|
|
<script>
|
|
window.scrollTo(0,100);
|
|
</script>
|
|
</body>
|
|
</html>
|