forked from Alos/xyzradio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (36 loc) · 1.22 KB
/
index.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
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml" xml:lang = "en" lang = "en">
<!--
//
// index.html
//
// Created by Ross Boucher on 5/19/2008.
// Copyright 2005 - 2008, 280 North, Inc. All rights reserved.
//
-->
<head>
<script src = "Frameworks/Objective-J/Objective-J.js" type = "text/javascript"></script>
<!--<script type="text/javascript" src="soundmanager2.js"></script> -->
<script type = "text/javascript">
objj_import("main.j", YES, function() { main(); });
</script>
<script type = "text/javascript">
//soundManager.onload = function() {
// console.log("onload function has been called");
// SM2 has loaded - now you can create and play sounds!
// soundManager.createSound('helloWorld','Rewrite.mp3');
// soundManager.play('helloWorld');
//}
</script>
</head>
<body>
<div style="margin-top: 110px;">
<center>
<img src = "Frameworks/AppKit/Resources/CPProgressIndicator/CPProgressIndicatorSpinningStyleRegular.gif" />
</center>
</div>
</body>
</html>