This repository was archived by the owner on Nov 17, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 440
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (60 loc) · 3.53 KB
/
index.html
File metadata and controls
65 lines (60 loc) · 3.53 KB
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
<!doctype html>
<html class="ns-root">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<meta name="google-site-verification" content="iwHdY_1KfeQbVLI-gtcAsI9pslqa2dLBsQD47d2E5To" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W58JDD');</script>
<!-- End Google Tag Manager -->
<!-- Optimize Page Hiding Snippet -->
<style>.async-hide { opacity: 0 !important} </style>
<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer',4000,
{'GTM-W58JDD':true});</script>
<!-- end Optimize Page Hiding Snippet -->
<title>{% if page.titletag %}{{page.titletag}}{% else %}{{page.title}}{% endif %} - NativeScript Docs</title>
<link rel="preload" href="{{site.baseurl}}/{{page.category}}.json" as="script">
<link rel="shortcut icon" href="{{site.headerbaseurl}}/favicon.ico"/>
{% if page.description %}<meta name="description" content="{{page.description}}">{% endif %}
{% if page.tags %}<meta name="keywords" content="{{ page.tags | join: ', ' | escape }}">{% endif %}
<link href="https://kendo.cdn.telerik.com/2018.1.221/styles/kendo.common.min.css" rel="stylesheet" />
<link href="https://d6vtbcy3ong79.cloudfront.net/fonts/1.1.8/css/avenir.min.css" type="text/css" rel="stylesheet" media="all" />
{% stylesheet fontawesome-all %}
{% stylesheet variables %}
{% stylesheet styles %}
<script src="https://polyfill.io/v2/polyfill.min.js?features=IntersectionObserver"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2018.1.221/js/kendo.web.min.js"></script>
<script src="https://da189i1jfloii.cloudfront.net/js/kinvey-html5-sdk-3.10.1.min.js"></script>
<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-language="en" type="text/javascript" charset="UTF-8" data-domain-script="4ec8216a-04c8-4b2d-97b9-dc460cc6e3f3"></script>
{% javascript prism %}
{% javascript app %}
</head>
<body {% if page.guide %}class="guide" {% endif %}>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W58JDD"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="ns-navigation">
{% include header.html %}
</header>
<div class="ns-flavor-header">
<a class="flavor-header__navigation" href="/">
<h4 class="flavor-header__title">{{page.flavor}}</h4>
</a>
<div class="flavor-header__search">
{% include search.html %}
</div>
</div>
{{ content }}
</body>
</html>