-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 800 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<meta charset="UTF-8">
<title>TwitchWatcher by Beckicious</title>
<script type="text/javascript" src="lib/external/jquery/jquery.js"></script>
<script type="text/javascript" src="lib/jquery-ui.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<link rel="stylesheet" type="text/css" href="lib/jquery-ui.css">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
</head>
<body id="inner">
<div>
<input id="name" placeholder="channel name"/>
<button id="butAddChannel" onclick="addStreamFromButton()">Stream</button>
<button id="butAddChat" onclick="addChatFromButton()">Chat</button>
<input type="color" id="colBackground" value=#19171C>
<input type="color" id="colWindowEdge" value=#4B367C>
</div>
</body>
</html>