-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (26 loc) · 1.22 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
<!DOCTYPE html>
<html>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
T I L E S C R E E N
homescreens for everyone
mail me: [email protected]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<head>
<meta charset="utf-8">
<title>FirefoxOS Homescreen Boilerplate</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="style/css/apps.css">
<link rel="stylesheet" href="style/css/scrolling.css">
<link href="/style/css/action_menu.css" rel="stylesheet" type="text/css">
<link href="/style/css/switches.css" rel="stylesheet" type="text/css">
<link href="/style/css/buttons.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="bower_components/gaia-fonts/style.css"></link>
<script defer src="bower_components/firefoxos-mozapps/dist/build.standard.js"></script>
<!-- https://libraries.io/npm/fxos-lib-mozapps -->
<script data-main="js/apps" src="js/require.min.js"></script>
</head>
<body>
<div id="apps"></div>
</body>
</html>