-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 951 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>DuTrack</title>
<link rel="apple-touch-icon" href="duke_50t.png" />
<link rel="apple-touch-icon-precomposed" href="duke_50t.png"/>
<link rel="shortcut icon" href="icon.png" type="duke_50t/png" />
<link rel="apple-touch-startup-image" href="duke_50t.png">
<meta name="viewport" content="width=device-width,user-scalable=no" />
<!-- Ext Touch CSS -->
<link rel="stylesheet" href="sencha-touch-debug.css" type="text/css">
<!-- Google Maps JS -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"> </script>
<script type="text/javascript" src="sencha-touch-debug.js"></script>
<!-- <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> -->
<script type="text/javascript" src="js/functiondemo.js"></script>
</head>
<body></body>
</html>