-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (25 loc) · 1.28 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>
<title>Kliksy</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" sizes="152x152" href="images/icon.png">
<link rel="stylesheet" type="text/css" href="css/famous.css" />
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<base href="http://klikster.info/kliksy/">
</head>
<body>
<script type="text/javascript" src="libs/functionPrototypeBind.js"></script>
<script type="text/javascript" src="libs/classList.js"></script>
<script type="text/javascript" src="libs/requestAnimationFrame.js"></script>
<script type="text/javascript" src="libs/require.js"></script>
<script type="text/javascript" src="libs/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="libs/famous.min.js"></script>
<script type="text/javascript">
require.config({baseUrl: 'src/', paths: {"moment": "/kliksy/libs/moment.min", "famous-flex": "/kliksy/bower_components/famous-flex/src", "famous-lagometer": "/kliksy/bower_components/famous-lagometer"}});
require(['main']);
</script>
</body>
</html>