generated from QuickCorp/qcobjects-web-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 2.76 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 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 *">
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>QCObjects | Install it, make a shadowed textfield and properly navigate home with this Full Stack Framework</title>
<meta name="keywords" content="cobjects,ROUTING,TOOLBAR,MEDIA,IMAGE,LAYOUT,BUTTON,server,view,mvvm,node,quickcorp,javascript,pure,mvc,objects,microfrontend,micro-frontend,architecture,component,components,pure,framework,javascript-framework,mvc-pattern,demo,html,first-timers-only,microfrontends,microservices,microfrontend,component-architecture,cli,tool,nodejs,cloud,multicloud,multi-cloud,aws,server,digitalocean,hosting,architecture,n-tier,multitier,multi-tier">
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="QCObjects" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Cross Browser Javascript Framework for MVC Patterns" />
<meta property="og:description" content="Cross Browser Javascript Framework for MVC Patterns" />
<link rel="canonical" href="https://qcobjects.dev/" />
<meta property="og:url" content="https://qcobjects.dev/" />
<meta property="og:site_name" content="QCObjects" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://qcobjects.dev/","name":"QCObjects","headline":"QCObjects","description":"Cross Browser Javascript Framework for MVC Patterns","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<script type="text/javascript" src="https://cdn.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="doc/js/init.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NVR8YV7M70"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NVR8YV7M70');
</script>
</body>
</html>