forked from bustEXZ/JSQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (176 loc) · 6.29 KB
/
Copy pathindex.html
File metadata and controls
200 lines (176 loc) · 6.29 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
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
<!DOCTYPE html>
<html
lang="ru"
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>Практический JavaScript</title>
<meta name="referrer" content="origin" />
<link rel="canonical" href="https://javascript-practice.ru/" />
<link rel="icon" type="image/png" href="./icons/icon-64.png" />
<link rel="manifest" href="./manifest.json" />
<!-- security -->
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<meta http-equiv="X-XSS-Protection" content="1; mode=block" />
<meta name="author" content="Igor Agapov" />
<meta name="description" content="Изучай JavaScript на практике" />
<meta
name="keywords"
content="javascript, js, practice, question, task, problem, практика, вопрос, задача, проблема"
/>
<meta itemprop="name" content="Практический JavaScript" />
<meta itemprop="description" content="Изучай JavaScript на практике" />
<meta itemprop="image" content="./icons/icon-128.png" />
<!-- microsoft -->
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta http-equiv="cleartype" content="on" />
<meta name="application-name" content="Практический JavaScript" />
<meta name="msapplication-tooltip" content="Практический JavaScript" />
<meta name="msapplication-starturl" content="/" />
<meta name="msapplication-config" content="browserconfig.xml" />
<!-- facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://javascript-practice.ru/" />
<meta property="og:title" content="Практический JavaScript" />
<meta property="og:image" content="./icons/icon-256.png" />
<meta property="og:site_name" content="Практический JavaScript" />
<meta property="og:description" content="Изучай JavaScript на практике" />
<meta property="og:locale" content="ru_RU" />
<!-- twitter -->
<meta name="twitter:title" content="Практический JavaScript" />
<meta name="twitter:description" content="Изучай JavaScript на практике" />
<meta name="twitter:url" content="https://javascript-practice.ru/" />
<meta name="twitter:image" content="./icons/icon-128.png" />
<!-- ios -->
<meta name="apple-mobile-web-app-title" content="Практический JavaScript" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="#222" />
<link rel="apple-touch-icon" href="./icons/icon-256.png" />
<!-- android -->
<meta name="theme-color" content="#eee" />
<meta name="mobile-web-app-capable" content="yes" />
<meta
name="google-site-verification"
content="4b_cSoh-Uqgx6-T3PrZvObDFjJsGbGz_GWPEp_bfGLY"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-CNQ7TJD46H"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-CNQ7TJD46H')
</script>
<meta name="yandex-verification" content="fd6b8267e096514d" />
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
;(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(66445966, 'init', {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
})
</script>
<noscript>
<div>
<img
src="https://mc.yandex.ru/watch/66445966"
style="position: absolute; left: -9999px"
alt=""
/>
</div>
</noscript>
<!-- /Yandex.Metrika counter -->
<!-- json-ld -->
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Course",
"name": "Практический JavaScript",
"image": ["https://javascript-practice.ru/icons/icon-512.png"],
"provider": {
"@type": "Person",
"name": "Igor Agapov"
},
"author": {
"@type": "Person",
"name": "Igor Agapov"
},
"datePublished": "2020-10-30",
"description": "Изучай JavaScript на практике",
"keywords": "javascript, js, practice, question, task, problem, практика, вопрос, задача, проблема"
}
</script>
<link
href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<h1>Практический JavaScript</h1>
<nav id="nav">
<a href="/patterns" data-link="patterns">Шаблоны</a>
<a href="/questions" data-link="questions">Вопросы</a>
<a href="/tasks" data-link="tasks">Задачи</a>
<a href="/snippets" data-link="snippets">Сниппеты</a>
</nav>
<a name="top"></a>
</header>
<main id="main"></main>
<footer>
<p>Последнее обновление: 11.11.2020</p>
<p>© Игорь Агапов</p>
</footer>
<div id="loader">
<div class="loader">
<span>
<span></span>
<span></span>
<span></span>
<span></span>
</span>
<div class="base">
<span></span>
<div class="face"></div>
</div>
</div>
<div class="longfazers">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
<script src="./script.js" type="module"></script>
</body>
</html>