qcobjects-charts
Version:
App template for New App in QCObjects
29 lines (23 loc) • 1.3 kB
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>
<link rel="stylesheet" type="text/css" href="https://sdk.qcobjects.dev/css/basic-layout.css"/>
<link rel="stylesheet" type="text/css" href="css/index.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 >
<noscript>
<!-- anchor linking to external file -->
<p>This page needs 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>