Browse Source

Imports Fixed in index.html

pull/146/head
Koushik M L N 6 years ago
parent
commit
3fd59f3c1b
  1. 3
      public/wetty/index.html

3
public/wetty/index.html

@ -3,8 +3,6 @@
<head>
<meta charset="UTF-8">
<title>Wetty - The WebTTY Terminal Emulator</title>
<script src="/wetty/hterm_all.js"></script>
<script src="/wetty/socket.io/socket.io.js"></script>
<style>
html, body {
height: 100%;
@ -37,6 +35,7 @@
<body>
<div id="overlay"><input type="button" onclick="location.reload();" value="reconnect" /></div>
<div id="terminal"></div>
<script src="/wetty/socket.io/socket.io.js"></script>
<script src="/wetty/wetty.min.js"></script>
</body>
</html>

Loading…
Cancel
Save