Browse Source

Shifted Hterm.js to wetty file - Revert

pull/146/head
Koushik M L N 7 years ago
parent
commit
3046a091ac
  1. 873
      public/wetty/hterm_all.js
  2. 1
      public/wetty/index.html

873
public/wetty/hterm_all.js

File diff suppressed because one or more lines are too long

1
public/wetty/index.html

@ -3,6 +3,7 @@
<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> <script src="/wetty/socket.io/socket.io.js"></script>
<style> <style>
html, body { html, body {

Loading…
Cancel
Save