generated from QuickCorp/QCObjects-DOC
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (58 loc) · 3.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!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 *">
<title>Introducción a QCObjects</title>
<link rel="stylesheet" type="text/css" href="https://sdk.qcobjects.dev/css/basic-layout.css"/>
<link rel="stylesheet" type="text/css" href="doc/css/index.css"/>
<!-- <link rel="stylesheet" type="text/css" href="css/theme/cyan/style.css"/>-->
<script type="text/javascript" src="https://cdn.qcobjects.dev/QCObjects.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js"></script>
<meta name='description' content='Introducción a QCObjects'>
<meta name='viewport' content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=5'>
<link rel='canonical' href='https://docs.qcobjects.org/'>
<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='Introducción a QCObjects'>
<meta name='apple-mobile-web-app-status-bar-style' content='black'>
<meta name='apple-mobile-web-app-title' content='Introducción a QCObjects'>
<link rel='icon' sizes='192x192' href='/doc/img/icons/icon-192x192.png'>
<link rel='apple-touch-icon' href='/doc/img/icons/icon-192x192.png'>
<meta name='msapplication-TileImage' content='/doc/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='Introducción a QCObjects'>
<meta property='og:type' content='website'>
<meta property='og:image' content='https://newapp.qcobjects.dev/doc/img/icons/icon-192x192.png'>
<meta property='og:url' content='https://newapp.qcobjects.dev/'>
<meta property='og:description' content='Introducción a QCObjects'>
<meta name='twitter:card' content='summary'>
<meta name='twitter:url' content='https://newapp.qcobjects.dev/'>
<meta name='twitter:title' content='Introducción a QCObjects'>
<meta name='twitter:description' content='Introducción a QCObjects'>
<meta name='twitter:image' content='https://newapp.qcobjects.dev/doc/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>
<component name="layout-basic" data-theme="neumorphism" 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-Q8K5SBETJN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q8K5SBETJN');
</script>
</body>
</html>