-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.44 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Atoms.App</title>
<meta name="description" content="">
<meta name="author" content="Javier Jiménez Villar (@soyjavi)">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)">
<meta name="apple-mobile-web-app-title" content="AtomsApp">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="format-detection" content="telephone=no">
<meta http-equiv="cleartype" content="on">
<!-- ATOMS -->
<link rel="stylesheet" href="../bower_components/atoms/atoms.app.css">
<link rel="stylesheet" href="../bower_components/atoms/atoms.app.theme.css">
<!-- ATOMS.App: Extensions -->
<link rel="stylesheet" href="../bower_components/atoms-icons/atoms.icons.css">
</head>
<body data-atoms="app">
<!-- ATOMS -->
<script src="../bower_components/atoms/atoms.js"></script>
<script src="../bower_components/atoms/atoms.app.js"></script>
<!-- ATOMS.App: Current extension -->
<script src="../atoms.app.crud.js"></script>
<!-- ATOMS.App: Current extension test -->
<script src="atoms.app.crud.js"></script>
</body>
</html>