mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
13 lines
223 B
HTML
13 lines
223 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<style type="text/css">
|
||
|
|
div{overflow:hidden;}
|
||
|
|
div.menubar{position:fixed;width:100%;}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="menubar">
|
||
|
|
</div>
|
||
|
|
if you can't see this, it crashed.
|
||
|
|
</body>
|
||
|
|
</html>
|