summaryrefslogtreecommitdiff
path: root/views/pages/room.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-04 02:58:20 -0400
committerJules Laplace <jules@okfoc.us>2015-08-04 02:58:52 -0400
commit460dadfdd2c3d91d3759542990702362b85703d3 (patch)
treec4161b3946c0b5198e2754020babe856f73bee00 /views/pages/room.html
parent8c263e2141d17c629314d2d95eac82217a20a464 (diff)
use config.json ; add templates
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