forked from crowbartools/Firebot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 998 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Firebot Overlay</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/main.css" rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper" id="wrapper"></div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="js/port.js"></script>
<script src="js/reconnecting-websocket.js"></script>
<!-- Effect Handlers-->
<script src="js/handlers/imageHandler.js"></script>
<script src="js/handlers/videoHandler.js"></script>
<script src="js/handlers/htmlHandler.js"></script>
<script src="js/handlers/celebrationHandler.js"></script>
<!-- Start up everything -->
<script src="js/main.js"></script>
</html>