summaryrefslogtreecommitdiff
path: root/views/pages/lobby.ejs
blob: 46b634ce52a877546c6abe5bb57d6a0c49e294a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>