-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (57 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Search engine verification -->
<meta name="google-site-verification" content="ep4_d4EIbuqBC6ga5Lq3OAVqwNxR3Avk_LidRQs_4fs" />
<meta name="yandex-verification" content="471ad59c38f0b594" />
<!-- /Search engine verification -->
<link rel="preload" href="/assets/Futura Extra Black Condensed Regular.otf" as="font" type="font/otf" crossorigin />
<link rel="manifest" href="./manifest.json" />
<link rel="icon" type="image/png" href="/src/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#1c1c1c" />
<meta name="description" content="Caption GIFs or regular images using the iFunny font" />
<meta name="keywords" content="gif, image, picture, caption, ifunny, meme, discord" />
<meta name="author" content="Jiftoo" />
<meta content="Add caption to GIFs!" property="og:title" />
<meta content="Caption GIFs or regular images using the iFunny font" property="og:description" />
<meta content="https://www.jiftoo.dev/gif/" property="og:url" />
<meta content="https://www.jiftoo.dev/gif/discordpreview.png" property="og:image" />
<meta content="#000" data-react-helmet="true" name="theme-color" />
<!-- 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(87077188, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});
</script>
<noscript
><div><img src="https://mc.yandex.ru/watch/87077188" style="position: absolute; left: -9999px" alt="" /></div
></noscript>
<!-- /Yandex.Metrika counter -->
<style>
html,
body {
color-scheme: dark;
background-color: #1c1c1c;
}
</style>
<title>Image captioner</title>
</head>
<body>
<div id="app" />
<script type="module" src="/src/main.tsx"></script>
</body>
</html>