Files
web_management/templates/index.html
Andreas Stephanides 67df39f401 management init
2017-04-17 01:17:15 +02:00

17 lines
374 B
HTML

<html>
<head>
<title>Management</title>
<script src="static/jquery-3.2.0.min.js" ></script>
</head>
<body>
<h1>My Management</h1>
<ul>
<li>
<a href="syslog"> syslog</a>
<a href="/"> root</a>
</li>
</ul>
<div style="white-space: pre-wrap;font:Courier, monospace; font-size:small; width:80em;background:#DDF">{{out.decode('utf-8')}}</div>
</body>