UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

60 lines (56 loc) 3.36 kB
<!doctype html> <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 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>Introduction to QCObjects</title> <meta name="description" content="Introduction to QCObjects"> <link rel="canonical" href="https://newapp.qcobjects.dev/"> <link rel="manifest" href="manifest.json"> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon"> <link rel="icon" href="./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="Introduction to QCObjects"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="Introduction to QCObjects"> <link rel="icon" sizes="192x192" href="./img/icons/icon-192x192.png"> <link rel="apple-touch-icon" href="./img/icons/icon-192x192.png"> <meta name="msapplication-TileImage" content="./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 Config"> <meta property="og:type" content="website"> <meta property="og:image" content="https://newapp.qcobjects.dev/img/icons/icon-192x192.png"> <meta property="og:url" content="https://newapp.qcobjects.dev/"> <meta property="og:description" content="Introduction to QCObjects"> <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="https://newapp.qcobjects.dev/"> <meta name="twitter:title" content="Introduction to QCObjects"> <meta name="twitter:description" content="Introduction to QCObjects"> <meta name="twitter:image" content="https://config.qcobjects.dev/img/icons/icon-192x192.png"> <meta name="twitter:creator" content="@jeanmachuca"> </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(270deg, rgba(248,255,255,1) 0%, rgba(243,243,255,1) 72%, rgba(236,237,237,1) 100%)" data-cube_image="./img/Q_web-white.png"></splash-screen> <layout-basic splashscreen data-theme="neumorphism" shadowed=false cached=true controllerClass="MainController" > </layout-basic> <script type="module" src="js/init.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q8K5SBETJN"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-Q8K5SBETJN'); </script> </body> </html>