16 lines
262 B
PHP
16 lines
262 B
PHP
|
<iframe
|
||
|
id="overlay-frame"
|
||
|
width="100vw"
|
||
|
height="100vh"
|
||
|
frameborder="0"
|
||
|
scrolling="no"
|
||
|
style="
|
||
|
position: fixed;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
z-index: 9999999;
|
||
|
"
|
||
|
src="/extensions/^#identifier#^/overlay.html"
|
||
|
></iframe>
|