generated from QuickCorp/qcobjects-new-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (20 loc) · 1.05 KB
/
index.html
File metadata and controls
25 lines (20 loc) · 1.05 KB
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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<!-- This is a wide open CSP declaration. To lock this down for production, see below. -->
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: gap: https://ssl.gstatic.com; img-src * 'self' data:; child-src *; style-src * 'self' 'unsafe-inline' 'unsafe-eval'; script-src * 'self' 'unsafe-inline' 'unsafe-eval'; connect-src * 'self' 'unsafe-inline' 'unsafe-eval';media-src *">
<title>QCObjects Page Title</title>
<script type="text/javascript" src="https://qcobjects.dev/QCObjects.js"></script>
<component name="pwa" controllerClass="PWAController"></component>
</head>
<body>
<noscript>
<!-- anchor linking to external file -->
<p>This page needs JavaScript because it uses QCObjects (https://qcobjects.com)</p>
</noscript>
<component name="layout-basic" shadowed=true cached=true controllerClass="MainController">
</component>
<script type="text/javascript" src="js/init.js"></script>
</body>
</html>