forked from jleyva/umm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (23 loc) · 889 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>umm: Unofficial Moodle Mobile App</title>
<link rel="stylesheet" href="lib/jquery.mobile.1.0rc2.css" />
<link rel="stylesheet" href="lib/umoodle.css" />
<script type="text/javascript" charset="utf-8" src="lib/phonegap.1.2.0.js"></script>
<script src="lib/jquery.js"></script>
<script src="lib/xml2json.js"></script>
<script src="lib/md5.js"></script>
<script src="lib/common.js"></script>
<script src="lib/jquery.mobile.1.0rc2.js"></script>
</head>
<body>
<div data-role="page" id="page-index" data-theme="o">
<div data-role="content">
</div><!-- /content -->
<script type="text/javascript" src="lib/pages/index.js"></script>
</div><!-- /page -->
</body>
</html>