pdfdraw/templates/index.php
2020-11-25 15:38:38 +01:00

8 lines
242 B
PHP

<div id="app">
<iframe id="renderframe" width="100%" height="100%"
src="<?php p($_["url"]) ?>"
sandbox="allow-scripts allow-same-origin allow-popups allow-modals allow-top-navigation allow-downloads"
allowfullscreen="true" />
</div>