management init

This commit is contained in:
Andreas Stephanides
2017-04-17 01:17:15 +02:00
commit 67df39f401
5 changed files with 58 additions and 0 deletions

16
templates/index.html Normal file
View File

@@ -0,0 +1,16 @@
<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>