summaryrefslogtreecommitdiff
path: root/views/pages
diff options
context:
space:
mode:
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