mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
8 lines
227 B
HTML
8 lines
227 B
HTML
<!DOCTYPE html>
|
|
<html style="height: 100%;">
|
|
<body style="height: 100%;">
|
|
<!-- Make sure the div forces the frame off the screen by default -->
|
|
<div style="height: 200%"></div>
|
|
<iframe></iframe>
|
|
</body>
|
|
</html>
|