Hype-2/templates/vnc.html

9 lines
267 B
HTML
Raw Normal View History

2023-10-17 08:03:51 +00:00
{% 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 %}