-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·31 lines (26 loc) · 1.26 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
<!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">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Application Seed</title>
<link rel="stylesheet" href="index.css" type="text/css"/>
<!--используемые библиотеки-->
<script type="text/javascript" src="source/libs/jquery-2.0.2.min.js"></script>
<script type="text/javascript" src="source/libs/underscore-min.js"></script>
<script type="text/javascript" src="source/libs/backbone-min.js"></script>
<!--<script type="text/javascript" src="../ScalableJsApp/core/js/core.js"></script>-->
<script type="text/javascript" src="source/rad/rad.build.js"></script>
<script type="text/javascript" src="index.js"></script>
</head>
<body >
<!--для размещения контента-->
<div id="screen"></div>
<!--для блокировки экрана от случайных нажатий при анимациях-->
<div id="overlay"></div>
</body>
<script type="text/javascript" src="a/tapNavigator.js"></script>
</html>