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

Loading…
Cancel
Save