diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-05 00:51:32 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-05 00:51:32 -0400 |
| commit | d0b4cd4f7e6364a35a420f2f3b0fcdbb502d8a9a (patch) | |
| tree | b05b32e1f283946346e96c9ded24f0966ce584ed /views/pages/lobby.ejs | |
| parent | 18648921f75a7c458cf0c951c249b28a48f08a6b (diff) | |
basic routing
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 |
