18 lines
414 B
HTML
18 lines
414 B
HTML
<!-- 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> |