-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (23 loc) · 945 Bytes
/
index.html
File metadata and controls
34 lines (23 loc) · 945 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
30
31
32
33
34
<!-- saved from url=(0063)http://www.schillmania.com/projects/snowstorm/lights/?size=pico -->
<html data-ember-extension="1"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Smashable Christmas Lights</title>
<link rel="stylesheet" media="screen" href="./Smashable Christmas Lights_files/christmaslights.css">
<script type="text/javascript" src="./Smashable Christmas Lights_files/soundmanager2-nodebug-jsmin.js"></script>
<script type="text/javascript" src="./Smashable Christmas Lights_files/combo"></script>
<script type="text/javascript" src="./Smashable Christmas Lights_files/christmaslights.js"></script>
<script type="text/javascript">
var urlBase = './';
soundManager.url = './';
</script
<meta name="color-scheme" content="light dark">
</head>
<body>
<div>
<div id="loading">
</div>
<div id="lights">
<!-- lights go here -->
</div>
</div>
</body>
<div class="xlsf-cover"></div></html>