forked from FamousArchives/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (18 loc) · 989 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
<title>famo.us App</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="stylesheet" type="text/css" href="src/famous/core/famous.css" />
<link rel="stylesheet" type="text/css" href="css/app.css" />
<link rel="stylesheet" type="text/css" href="css/famous_styles.css" />
<script type="text/javascript" src="src/lib/functionPrototypeBind.js"></script>
<script type="text/javascript" src="src/lib/classList.js"></script>
<script type="text/javascript" src="src/lib/requestAnimationFrame.js"></script>
<script type="text/javascript" src="src/lib/require.js" data-main="src/main"></script>
</head>
<body></body>
</html>