17 lines
374 B
HTML
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>
|