summaryrefslogtreecommitdiff
path: root/views/pages/login.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-03 16:35:07 -0400
committerJules Laplace <jules@okfoc.us>2015-09-03 16:35:07 -0400
commit976bdace6704b60bc984635917ee56f17797c10a (patch)
treef2451b3f23c87d3e14c1eb8e3d92cda321db8103 /views/pages/login.ejs
parentf768ab296c07ce93efe9f2507cdf4b795aa10013 (diff)
able to log in
Diffstat (limited to 'views/pages/login.ejs')
-rw-r--r--views/pages/login.ejs23
1 files changed, 2 insertions, 21 deletions
diff --git a/views/pages/login.ejs b/views/pages/login.ejs
index 16c291b..722e1a3 100644
--- a/views/pages/login.ejs
+++ b/views/pages/login.ejs
@@ -1,22 +1,3 @@
-<!doctype html>
-<html>
-<head>
-<title>bucky</title>
-<link rel="stylesheet" href="/assets/css/css.css">
-</head>
-<body>
-
-<div id="bg"></div>
-
+<% include ../partials/header %>
<% include ../partials/login %>
-<% include ../partials/settings %>
-
-<div id="lobby">
- <form>
- <input type="text" id="create-room" placeholder="enter a url to make a room">
- </form>
-</div>
-
-</body>
-<% include ../partials/scripts %>
-</html> \ No newline at end of file
+<% include ../partials/footer %>