summaryrefslogtreecommitdiff
path: root/views/pages/room.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/pages/room.html')
-rw-r--r--views/pages/room.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/views/pages/room.html b/views/pages/room.html
deleted file mode 100644
index ec1f353..0000000
--- a/views/pages/room.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
-<head>
-<title>yt-chat</title>
-<style>
-</style>
-</head>
-<body>
-
-<div id="video"></div>
-
-<div id="chat">
- <div id="messages"></div>
- <form>
- <input type="text" id="message">
- </form>
-</div>
-
-<script type="text/html" id="message_template">
- <div class="row">
- <span class="nick"></span>
- <span class="msg"></span>
- </div>
-</script>
-
-</body>
-[[ include ../partials/scripts ]]
-</html> \ No newline at end of file