pointsight/static/templates/inspectorContentIframe.html

7 lines
274 B
HTML
Raw Normal View History

2022-03-06 18:36:36 +01:00
<center>
<h1 class="text-4xl">#TITLE</h1>
<iframe src="#URL" style="width: 100%; height: 50vh; " id='webcam'></iframe>
<div style="margin-top: -100px;">
<a href="#URL" target="_blank">Please click here if the image does not load.</a>
</div>
</center>