summaryrefslogtreecommitdiff
path: root/views/pages
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
parent8c263e2141d17c629314d2d95eac82217a20a464 (diff)
use config.json ; add templates
Diffstat (limited to 'views/pages')
-rw-r--r--views/pages/index.ejs (renamed from views/pages/room.html)6
-rw-r--r--views/pages/room.ejs (renamed from views/pages/index.html)0
2 files changed, 3 insertions, 3 deletions
diff --git a/views/pages/room.html b/views/pages/index.ejs
index ec1f353..45c6a84 100644
--- a/views/pages/room.html
+++ b/views/pages/index.ejs
@@ -1,8 +1,8 @@
+<!doctype html>
<html>
<head>
<title>yt-chat</title>
-<style>
-</style>
+<link rel="stylesheet" href="/css/css.css">
</head>
<body>
@@ -23,5 +23,5 @@
</script>
</body>
-[[ include ../partials/scripts ]]
+<% include ../partials/scripts %>
</html> \ No newline at end of file
diff --git a/views/pages/index.html b/views/pages/room.ejs
index ec1f353..ec1f353 100644
--- a/views/pages/index.html
+++ b/views/pages/room.ejs