mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
18 lines
490 B
HTML
18 lines
490 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<style>
|
|
#no_margin_for_iframe {
|
|
padding: 0;
|
|
}
|
|
.page-body {
|
|
margin:0;
|
|
}
|
|
</style>
|
|
|
|
<iframe class="stream-element" marginheight="0" marginwidth="0" height="100%" width="100%" display="block" border="none" outline="none" margin="none" name="myiframe" id="myiframe" src="/configservercsf/iframe/" scrolling="yes" seamless="yes" allowfullscreen="no" frameborder="0" style="height: 84vh;"></iframe>
|
|
|
|
|
|
{% endblock %}
|