first commit

This commit is contained in:
root
2023-10-17 10:03:51 +02:00
commit 73bd0f460c
2265 changed files with 384897 additions and 0 deletions

8
templates/vnc.html Normal file
View File

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