-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
50 lines (47 loc) · 2.06 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Departure Mono</title>
<meta name="title" content="Departure Mono">
<meta name="description" content="Departure Mono is a monospaced pixel font by Helena Zhang, licensed under the SIL OFL.">
<meta name="keywords" content="font, pixel, monospace, retro">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1LK1GTNH4X"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-1LK1GTNH4X");
</script>
<!-- Facebook OpenGraph tag-->
<meta property="og:title" content="Departure Mono">
<meta property="og:site_name" content="Departure Mono">
<meta property="og:url" content=https://departuremono.com>
<meta property="og:description" content="A monospaced pixel font with a lo-fi, techy vibe.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://departuremono.com/assets/departure-og.png">
<!-- Twitter Card tag-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@minor_axis">
<meta property="twitter:domain" content="departuremono.com">
<meta property="twitter:url" content="https://departuremono.com">
<meta name="twitter:title" content="Departure Mono">
<meta name="twitter:description" content="A monospaced pixel font with a lo-fi, techy vibe.">
<meta name="twitter:image" content="https://departuremono.com/assets/departure-og.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>