diff options
Diffstat (limited to 'views/pages/login.ejs')
| -rw-r--r-- | views/pages/login.ejs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/views/pages/login.ejs b/views/pages/login.ejs new file mode 100644 index 0000000..16c291b --- /dev/null +++ b/views/pages/login.ejs @@ -0,0 +1,22 @@ +<!doctype html> +<html> +<head> +<title>bucky</title> +<link rel="stylesheet" href="/assets/css/css.css"> +</head> +<body> + +<div id="bg"></div> + +<% 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 |
