diff options
Diffstat (limited to 'views/pages/lobby.ejs')
| -rw-r--r-- | views/pages/lobby.ejs | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/views/pages/lobby.ejs b/views/pages/lobby.ejs new file mode 100644 index 0000000..46b634c --- /dev/null +++ b/views/pages/lobby.ejs @@ -0,0 +1,22 @@ +<!doctype html> +<html> +<head> +<title>yt-chat</title> +<link rel="stylesheet" href="/css/css.css"> +<style> +</style> +</head> +<body> + +<div id="bg"></div> + +<div id="login"> + please enter your nick..<br> + <input type="text" id="username"> +</div> + +<input type="text" id="create-room" placeholder="enter a url to make a room"> + +</body> +<% include ../partials/scripts %> +</html>
\ No newline at end of file |
