diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-03 16:35:07 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-03 16:35:07 -0400 |
| commit | 976bdace6704b60bc984635917ee56f17797c10a (patch) | |
| tree | f2451b3f23c87d3e14c1eb8e3d92cda321db8103 /views/pages/login.ejs | |
| parent | f768ab296c07ce93efe9f2507cdf4b795aa10013 (diff) | |
able to log in
Diffstat (limited to 'views/pages/login.ejs')
| -rw-r--r-- | views/pages/login.ejs | 23 |
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 %> |
