diff options
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 %> |
