peliprint/blueprint/data/internal/build/templates/2/contents/client.blade.php

16 lines
262 B
PHP
Raw Normal View History

2023-09-23 10:34:02 -04:00
<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>