summaryrefslogtreecommitdiff
path: root/views/pages/index.ejs
blob: 97d16d2c8403b97f4f049f83c08d877ba584879e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
<head>
<title>yt-chat</title>
<link rel="stylesheet" href="/css/css.css">
<style>
</style>
</head>
<body>

<input type="text" id="create-room" placeholder="enter a url to make a room">

</body>
<% include ../partials/scripts %>
</html>