-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (32 loc) · 1.41 KB
/
index.html
File metadata and controls
40 lines (32 loc) · 1.41 KB
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
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>D.I.O.S</title>
<style>
body { margin: 0; background-color: white; font-family: 'Courier New', Courier, monospace; }
canvas { display: block; }
</style>
</head>
<body>
<div id="output"></div>
<script src="js/libs/jquery.min.js"></script>
<script src="js/interface_twitch.js"></script>
<script src="js/interface_lastfm.js"></script>
<script src="js/mix_animable.js"></script>
<script src="js/mix_stepanimable.js"></script>
<script src="js/fx_buffer_base.js"></script>
<script src="js/fx_buffer_shift.js"></script>
<script src="js/fx_buffer_shrink.js"></script>
<script src="js/component_buffer_base.js"></script>
<script src="js/component_buffer_text.js"></script>
<script src="js/component_buffer_twitchfollowsscroller.js"></script>
<script src="js/component_buffer_twitchfollows.js"></script>
<script src="js/component_buffer_twitchviewers.js"></script>
<script src="js/transition_buffer_base.js"></script>
<script src="js/transition_buffer_simple.js"></script>
<script src="js/transition_buffer_charclear.js"></script>
<script src="js/system_ticker_base.js"></script>
<script src="js/render_text.js" type="module"></script>
</body>
</html>