-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
29 lines (21 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Techup</title>
<link href="lib/touch/resources/css/apple.css" rel="stylesheet" type="text/css" />
<link href="resources/css/app.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="lib/touch/sencha-touch-debug-w-comments.js"></script>
<script type="text/javascript" src="app/app.js"></script>
<script type="text/javascript" src="app/models/Event.js"></script>
<script type="text/javascript" src="app/views/EventList.js"></script>
<script type="text/javascript" src="app/views/EventDetail.js"></script>
<script type="text/javascript" src="app/views/EventDescription.js"></script>
<script type="text/javascript" src="app/views/EventAttendees.js"></script>
<script type="text/javascript" src="app/views/EventMap.js"></script>
<script type="text/javascript" src="app/views/Viewport.js"></script>
<script type="text/javascript" src="app/controllers/events.js"></script>
</head>
<body>
</body>
</html>