forked from fre-db/dopelives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
watch.html
31 lines (24 loc) · 898 Bytes
/
watch.html
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
30
31
<!DOCTYPE html>
<html>
<head>
<title>Dopefish Lives</title>
<meta charset="utf-8" />
<link rel="icon" href="/images/favicon.png" sizes="16x16" type="image/png" />
<link rel="stylesheet" type="text/css" href="/style/font.css" />
<link rel="stylesheet" type="text/css" href="/style/watch.css" />
<script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script src="http://content.jwplatform.com/libraries/i2wbg4Bq.js"></script>
<script>jwplayer.key="b3eA3XrzNeYTKIscnX3RJQKfYGPDtXzXSoYDVw==";</script>
<script src="/script/functions.js"></script>
<script src="/script/watch.js"></script>
<script>
$(function() {
initPlayer();
});
</script>
</head>
<body>
<div id="flash"></div>
</body>
</html>