Adding Network and Small corrections

This commit is contained in:
root
2024-04-07 17:42:39 +02:00
parent a3b7ef628e
commit 843555a9d5
18 changed files with 507 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
{% extends 'layout.html' %}
{% block content %}
{% include 'menu.html' %}
<a href="/ter" target="_blank"><i class="fa-solid fa-expand"></i></a></br>
<center><a href="/ter" target="_blank" class="btn btn-outline-info"> Full screen <i class="fa-solid fa-expand"></i></a></br>
<br>
<iframe src="/ter" height=768px width=1024px class="embed-responsive-item" allowfullscreen></iframe>
{% endblock %}