forked from danakt/web-hlmv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
60 lines (53 loc) · 1.37 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Web Half-Life Model Viewer</title>
</head>
<body>
<div id="root"></div>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- 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",
"./metrika/tag-demin.js",
"ym"
);
ym(52229089, "init", {
id: 52229089,
clickmap: true,
trackLinks: true,
accurateTrackBounce: true
});
</script>
<noscript>
<div>
<img
src="./52229089"
style="position:absolute; left:-9999px;"
alt=""
/>
</div>
</noscript>
-->
<!-- /Yandex.Metrika counter -->
</body>
<script type="text/javascript" src="./bundle-demin2.js"></script>
</html>