-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 739 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 739 Bytes
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>
<meta charset="utf-8">
<title>Spotify Relay Chat</title>
<link rel="stylesheet" href="sp://import/css/adam.css">
<link rel="stylesheet" href="sp://import/css/api.css">
<link rel="stylesheet" href="sp://import/css/share.css">
<link rel="stylesheet" href="style.css">
<script src="./lib/socket.io-client/socket.io-client.js"></script>
<script src="./lib/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<body>
<h1 id="header">SRC</h1>
<h2 id="status">Lolz</h2>
<span id="room_wrapper">Room:<input id="room" type="text" class="input"></span>
<button class="new-button connect">Connect!</button>
<button class="new-button playBtn">PlaY!</button>
<ul id="playlists"></ul>
</body>
</html>