-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (52 loc) · 3.32 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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 *">
<!-- PWA -->
<title>QCObjects QR Scanner</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"/>
<meta name='description' content='QCObjects QR Scanner'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='canonical' href='https://quickcorp.github.io/qcobjects-qr-scanner/'>
<link rel='manifest' href='manifest.json'>
<link rel="shortcut icon" href="https://quickcorp.github.io/qcobjects-qr-scanner/favicon.ico" type="image/x-icon">
<link rel="icon" href="https://quickcorp.github.io/qcobjects-qr-scanner/favicon.ico" type="image/x-icon">
<meta name='mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='application-name' content='QCObjects QR Scanner'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='apple-mobile-web-app-title' content='QCObjects QR Scanner'>
<link rel='icon' sizes='192x192' href='https://quickcorp.github.io/qcobjects-qr-scanner/img/icons/icon-192x192.png'>
<link rel='apple-touch-icon' href='https://quickcorp.github.io/qcobjects-qr-scanner/img/icons/icon-192x192.png'>
<meta name='msapplication-TileImage' content='https://quickcorp.github.io/qcobjects-qr-scanner/img/icons/icon-144x144.png'>
<meta name='msapplication-TileColor' content='rgb(1,1,1)'>
<meta name='theme-color' content='rgb(1,1,1)'>
<meta property='og:title' content='QCObjects QR Scanner'>
<meta property='og:type' content='website'>
<meta property='og:image' content='https://quickcorp.github.io/qcobjects-qr-scanner/img/icons/icon-192x192.png'>
<meta property='og:url' content='https://quickcorp.github.io/qcobjects-qr-scanner/'>
<meta property='og:description' content='QCObjects QR Scanner'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:url' content='https://quickcorp.github.io/qcobjects-qr-scanner/'>
<meta name='twitter:title' content='QCObjects QR Scanner'>
<meta name='twitter:description' content='QCObjects QR Scanner'>
<meta name='twitter:image' content='https://quickcorp.github.io/qcobjects-qr-scanner/img/icons/icon-192x192.png'>
<meta name='twitter:creator' content='@jeanmachuca'>
<!-- END PWA -->
</head>
<body >
<noscript>
<!-- anchor linking to external file -->
<p>This page needs JavaScript because it uses QCObjects (https://qcobjects.com)</p>
</noscript>
<splash-screen componentClass="CubeSplashScreenComponent"
duration="3000" data-background="linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(7,7,51,1) 24%, rgba(20,25,25,1) 100%)"
data-cube_image="./img/Q_web-white.png">
</splash-screen>
<layout-basic splashscreen shadowed=false cached="true"></layout-basic>
<script type="module" src="js/init.js"></script>
</body>
</html>