-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
43 lines (29 loc) · 1.13 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
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Spaz Mobile</title>
<script src="default_preferences.js" type="text/javascript" charset="utf-8"></script>
<script src="vendors/time.js" type="text/javascript" charset="utf-8"></script>
<script src="vendors/jquery-1.4.2.js"></script>
<!-- Load libs required for SpazCore -->
<script src="/usr/palm/frameworks/mojo/mojo.js" type="text/javascript" x-mojo-version="1"></script>
<!-- Load assistants -->
<!--
Assistants are lazily loaded; see sources.json
-->
<!-- application stylesheet should come in after the one loaded by the framework -->
<link href="stylesheets/Dreadnaught.css" media="screen" title="apptheme" rel="stylesheet" type="text/css" />
<script type="text/javascript" charset="utf-8">
/*
this is a simple check to determine if we're using palmhost or not
*/
if (Mojo.Host.current === Mojo.Host.browser) {
var use_palmhost_proxy = true;
}
</script>
</head>
<body>
</body>
</html>