-
Notifications
You must be signed in to change notification settings - Fork 1
/
v2.html
58 lines (55 loc) · 1.92 KB
/
v2.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
<html lang="en">
<head>
<title>Wordle Ai</title>
<meta name="title" content="Wordle ai" />
<meta
name="description"
content="Use a supercomputer to help you solve the daily Wordle!"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wordle.ai" />
<meta property="og:title" content="Wordle Ai" />
<meta
property="og:description"
content="Use a supercomputer to help you solve the daily Wordle!"
/>
<meta property="og:image" content="https://wordle.ai/favicon.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://wordle.ai" />
<meta property="twitter:title" content="Wordle Ai" />
<meta
property="twitter:description"
content="Use a supercomputer to help you solve the daily Wordle!"
/>
<meta property="twitter:image" content="https://wordle.ai/favicon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<style id="static-css"></style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-06BG6XBKPL"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-06BG6XBKPL');
</script>
</head>
<body>
<div id="react-root"></div>
<script type="application/javascript" src="client.bundle.js"></script>
</body>
</html