webssh2/public/client-min.htm
billchurch 52f5ba1dad cleanup of public and supporting files
/public is now volatile, any changes to templates should be made in
/src and then run either “npm run build” or “npm run builder”
2018-02-06 12:11:39 -05:00

19 lines
630 B
HTML

<html>
<head>
<title>Web SSH min</title>
<script src="/webssh2.bundle.js" defer></script>
</head>
<body>
<div class="box">
<div id="header"></div>
<div id="terminal-container" class="terminal"></div>
<div id="bottomdiv">
<div id="footer"></div>
<div id="status"></div>
<div id="credentials"><a class="credentials" href="javascript:void(0);">CREDENTIALS</a></div>
<div id="downloadLog"><a class="downloadLog" href="javascript:void(0);">Download Log</a></div>
<div id="toggleLog"><a class="toggleLog" href="javascript:void(0);">Start Log</a></div>
</div>
</div>
</body>
</html>