Files
web2.0-backend/infoscreen/static/html/external_website.html
T
2017-03-08 18:30:38 +02:00

5 lines
246 B
HTML

<link rel="stylesheet" href="/static/css/external_website.css">
<iframe ng-src="{{ url | trusted_url }}" allowfullscreen=true sandbox="allow-scripts allow-pointer-lock allow-same-origin">
<p>Your browser does not support iframes.</p>
</iframe>