pointsight/static/templates/inspectorContentImage.html
2022-03-06 18:36:36 +01:00

8 lines
260 B
HTML

<center>
<!-- Image based inspector -->
<h1 class="text-4xl">#TITLE</h1>
<image src="#URL"></image>
<div style="margin-top: -100px;">
<a href="#URL" target="_blank">Please click here if the image does not load.</a>
</div>
</center>