Add ssh-terminal, add Bookstack iframe (failed)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user