-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (27 loc) · 1.57 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
44
45
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<title>hello-world</title>
<!--don't remove ## marks, CLI uses them for updating this file-->
<!--#script_begin#-->
<link rel="stylesheet" href="source/assets/css/font-awesome.css" type="text/css"/>
<link rel="stylesheet" href="source/assets/css/rad.css" type="text/css"/>
<link rel="stylesheet" href="source/assets/css/theme.css" type="text/css"/>
<link rel="stylesheet" href="source/assets/css/topcoat-mobile-light.css" type="text/css"/>
<link rel="stylesheet" href="source/assets/css/transitions.css" type="text/css"/>
<script type="text/javascript" src="source/lib/jquery-2.0.2.min.js"></script>
<script type="text/javascript" src="source/lib/underscore-min.js"></script>
<script type="text/javascript" src="source/lib/backbone-min.js"></script>
<script type="text/javascript" src="source/lib/iscroll-lite.js"></script>
<!--#script_end#-->
<script type="text/javascript" src="source/rad/rad.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<body>
<div id="screen"></div>
</body>
</html>