From 8d2a02aa45b44c66aec85b150c1b2d88f7e562f1 Mon Sep 17 00:00:00 2001
From: Koushik M L N <koushik@itversity.in>
Date: Fri, 22 Jun 2018 20:38:01 +0530
Subject: [PATCH] Shifted Hterm.js to wetty file

---
 public/wetty/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/wetty/index.html b/public/wetty/index.html
index 1f468f9..6ee216d 100644
--- a/public/wetty/index.html
+++ b/public/wetty/index.html
@@ -4,6 +4,7 @@
     <meta charset="UTF-8">
     <title>Wetty - The WebTTY Terminal Emulator</title>
     <script src="/wetty/socket.io/socket.io.js"></script>
+    <script src="/wetty/wetty.js"></script>
     <style>
       html, body {
         height: 100%;