mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
18 lines
446 B
HTML
18 lines
446 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<style>
|
||
|
|
#o {
|
||
|
|
padding: 27660vw;
|
||
|
|
outline: thick dotted;
|
||
|
|
mask: subtract url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=), linear-gradient(#FFF, #555);
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script>
|
||
|
|
document.addEventListener("DOMContentLoaded", function(){
|
||
|
|
o.appendChild(document.createElement("div"));
|
||
|
|
o.appendChild(document.createElement("frame"));
|
||
|
|
o.appendChild(document.createElement("div"));
|
||
|
|
});
|
||
|
|
</script>
|
||
|
|
<span id=o />
|
||
|
|
</html>
|