-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (67 loc) · 2.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
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<!--
,ggggggggggg,
dP"""88""""""Y8, 8I ,dPYb, ,dPYb,
Yb, 88 `8b 8I IP'`Yb IP'`Yb
`" 88 ,8P 8I I8 8I I8 8I
88aaaad8P" 8I I8 8' I8 8'
88""""Yb, ,ggg, gg gg gg ,gggg,8I gg gg I8 dP ,ggggg, I8 dP
88 "8b i8" "8i I8 I8 88bgdP" "Y8I I8 8I I8dP dP" "Y8gggI8dP
88 `8i I8, ,8I I8 I8 8I i8' ,8I I8, ,8I I8P i8' ,8I I8P
88 Yb, `YbadP' ,d8, ,d8, ,8I,d8, ,d8b,,d8b, ,d8I ,d8b,_ ,d8, ,d8' ,d8b,_
88 Y8888P"Y888P""Y88P""Y88P" P"Y8888P"`Y8P""Y88P"8888P'"Y88P"Y8888P" 8P'"Y88
,d8I'
,dP'8I
,8" 8I
I8 8I
`8, ,8I
`Y8P"
👋 Ohhhhhh, hi there.
-->
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:image"
content="https://figlet-browser.rewdy.lol/og-image.png"
/>
<!-- HTML Meta Tags -->
<title>Figlet Browser</title>
<meta
name="description"
content="A simple site to let you browse and select a perfect figlet font"
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://figlet-browser.rewdy.lol" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Figlet Browser" />
<meta
property="og:description"
content="A simple site to let you browse and select a perfect figlet font"
/>
<meta
property="og:image"
content="https://figlet-browser.rewdy.lol/og-image.png"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="figlet-browser.rewdy.lol" />
<meta property="twitter:url" content="https://figlet-browser.rewdy.lol" />
<meta name="twitter:title" content="Figlet Browser" />
<meta
name="twitter:description"
content="A simple site to let you browse and select a perfect figlet font"
/>
<meta
name="twitter:image"
content="https://figlet-browser.rewdy.lol/og-image.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script data-host="https://app.microanalytics.io" data-dnt="false" src="https://app.microanalytics.io/js/script.js" id="ZwSg9rf6GA" async defer></script>
</body>
</html>