-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (28 loc) · 1.5 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
<!-- 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>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://sdk.qcobjects.dev/css/basic-layout.css"/>
<!-- <link rel="stylesheet" type="text/css" href="css/theme/cyan/style.css"/>-->
<script type="text/javascript" src="https://qcobjects.dev/QCObjects.js"></script>
<component name="pwa" controllerClass="PWAController"></component>
</head>
<body >
<style>
@import url('css/index.css');
</style>
<noscript>
<!-- anchor linking to external file -->
<p>This page need JavaScript because it uses QCObjects (https://qcobjects.com)</p>
</noscript>
<component name="main" cached=true controllerClass="MainController">
</component>
<script type="text/javascript" src="js/init.js"></script>
</body>
</html>