-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 800 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!---->
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *; img-src 'self' data: content:; connect-src https://*.herokuapp.com;">
<!---->
<title>link-saver-app</title>
<link rel="stylesheet" href="../native/bootstrap.min.css">
<script src="../native/jquery.min.js"></script>
<script src="../native/bootstrap.min.js"></script>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="../cordova.js"></script>
<script type="text/javascript" src="../native/index.js"></script>
</body>
</html>