forked from harryheman/modern-html-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
230 lines (207 loc) · 6.75 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html
lang="en"
dir="ltr"
itemscope
itemtype="https://schema.org/WebPage"
prefix="og:http://ogp.me/ns#"
>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HTML Template</title>
<link rel="canonical" href="https://moderntemplate.site/" />
<link rel="amphtml" href="https://moderntemplate.site/amp/index.html" />
<link rel="icon" type="image/png" href="./img/icons/64x64.png" />
<link rel="manifest" href="./manifest.json" />
<!-- General -->
<meta name="application-name" content="HTML Template" />
<meta name="author" content="Igor Agapov" />
<meta name="description" content="Modern HTML Starter Template" />
<meta
name="keywords"
content="modern, useful, html, html5, css, css3, javascript, js, template, boilerplate"
/>
<meta name="referrer" content="strict-origin" />
<meta itemprop="name" content="HTML Template" />
<meta itemprop="description" content="Modern HTML Starter Template" />
<meta itemprop="image" content="./img/icons/128x128.png" />
<!-- Microsoft -->
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="msapplication-starturl" content="/" />
<meta name="msapplication-tooltip" content="Modern HTML Starter Template" />
<meta name="msapplication-TileColor" content="#1c1c1c" />
<meta name="msapplication-config" content="browserconfig.xml" />
<!-- Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://moderntemplate.site/" />
<meta property="og:title" content="HTML Template" />
<meta property="og:description" content="Modern HTML Starter Template" />
<meta property="og:image" content="./img/icons/600x600.png" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="app" />
<meta name="twitter:title" content="HTML Template" />
<meta name="twitter:description" content="Modern HTML Starter Template" />
<meta name="twitter:url" content="https://moderntemplate.site/" />
<meta name="twitter:image" content="./img/icons/512x512.png" />
<!-- iOS -->
<meta name="apple-mobile-web-app-title" content="HTML Template" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#1c1c1c" />
<link rel="apple-touch-icon" href="./img/icons/512x512.png" />
<!-- Android -->
<meta name="theme-color" content="#f0f0f0" />
<meta name="color-scheme" content="light" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-R2QPPP7JDN"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-R2QPPP7JDN')
</script>
<!-- Yandex Verification Tag -->
<meta name="yandex-verification" content="b13109f17dd8ecd6" />
<!-- Yandex.Metrika counter -->
<script>
;(function (m, e, t, r, i, k, a) {
m[i] =
m[i] ||
function () {
;(m[i].a = m[i].a || []).push(arguments)
}
m[i].l = 1 * new Date()
;(k = e.createElement(t)),
(a = e.getElementsByTagName(t)[0]),
(k.async = 1),
(k.src = r),
a.parentNode.insertBefore(k, a)
})(
window,
document,
'script',
'https://mc.yandex.ru/metrika/tag.js',
'ym'
)
ym(69418261, 'init', {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true
})
</script>
<noscript>
<div>
<img
src="https://mc.yandex.ru/watch/69418261"
style="position: absolute; left: -9999px"
alt=""
/>
</div>
</noscript>
<!-- Mail Verification Tag -->
<meta
name="wmail-verification"
content="4465872f0dcae357d9650bcc40f3e169"
/>
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Webpage",
"url": "https://moderntemplate.site",
"name": "HTML Template",
"headline": "HTML Template",
"description": "Modern HTML Starter Template",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://moderntemplate.site"
},
"publisher": {
"@type": "Person",
"name": "Igor Agapov"
},
"image": {
"@type": "ImageObject",
"url": "./img/logo.png",
"width": 1200,
"height": 680
},
"datePublished": "2020-12-12",
"keywords": "modern, useful, html, html5, css, css3, javascript, js, template, boilerplate"
}
</script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
as="style"
/>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap"
rel="stylesheet"
/>
<link rel="preload" href="./src/css/style.css" as="style" />
<link rel="stylesheet" href="./src/css/style.css" />
<link rel="preload" href="./src/js/script.js" as="script" />
<style>
/* Critical CSS */
</style>
</head>
<body>
<!-- HTML5 -->
<header>
<h1>
Modern HTML <br />
Starter Template
</h1>
<p>
This template is made to help you create modern, <br />
fast and completely secure progressive web applications
</p>
<nav>
<a
href="https://github.com/harryheman/Modern-HTML-Starter-Template"
target="_blank"
rel="noopener noreferrer"
>
GitHub
</a>
<a
href="https://www.npmjs.com/package/create-modern-template"
target="_blank"
rel="noopener noreferrer"
>
Node.js CLI
</a>
<a
href="https://marketplace.visualstudio.com/items?itemName=igor-agapov.modernsnippet"
target="_blank"
rel="noopener noreferrer"
>
VSCode HTML Snippet
</a>
</nav>
<time></time>
</header>
<main></main>
<footer>
<p>
© 2020. All rights reserved
<a href="https://github.com/harryheman" target="_blank" rel="noopener">
Igor Agapov
</a>
</p>
<p>Licensed under MIT</p>
</footer>
<script src="./src/js/script.js" type="module"></script>
<script src="./sw-register.js"></script>
</body>
</html>