Add ssh-terminal, add Bookstack iframe (failed)

This commit is contained in:
2023-08-02 21:23:49 +02:00
parent 832a0df87f
commit 6d3171f97c
10 changed files with 286 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<!-- ssh_terminal.html -->
<!DOCTYPE html>
<html>
<head>
<title>SSH Terminal</title>
</head>
<body>
{% if output %}
<h3>Verbindung zum Server herstellen:</h3>
<iframe src='{{ output }}' width="100%" height="600"></iframe>
{% endif %}
<h1>Folgende Schritte sind durch zuführen:</h1>
<iframe src='http://wiki.stines.de/?iframe=true' width="100%" height="600"></iframe>
</body>
</html>