management init
This commit is contained in:
16
templates/index.html
Normal file
16
templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user