forked from wrong-lang/WrongLang-Solid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
59 lines (55 loc) · 1.94 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" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="og:title" content="ProLanger" />
<meta
name="og:description"
content="Create your own weird text translator!"
/>
<meta name="og:image" content="/banner.png" />
<meta name="og:type" content="website" />
<meta name="keywords" content="ไทย, อังกฤษ, พิมพ์ผิด, ลืม, เปลี่ยนภาษา" />
<title>ProLanger - เว็บแปลงภาษาต่าง ๆ</title>
<link href="/assets/web.png" rel="icon" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<script
src="https://kit.fontawesome.com/7d6dd3f7f2.js"
crossorigin="anonymous"
></script>
<script
async
crossorigin="anonymous"
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3216516532868555"
></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YV9FTGW28T"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-YV9FTGW28T");
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw("tinarskii", {
type: "floating-chat",
"floating-chat.donateButton.text": "Support Me",
"floating-chat.donateButton.background-color": "#794bc4",
"floating-chat.donateButton.text-color": "#fff",
});
</script>
</html>