-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (34 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/owl.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Muni Sign Generator</title>
<meta name="title" content="MuniSign.org Bus Stop Sign Generator">
<meta name="description" content="MuniSign.org Bus Stop Sign Generator, make your own bus stop signs!">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://munisign.org/">
<meta property="og:title" content="Muni Sign">
<meta property="og:description" content="Muni bus stop sign generator">
<meta property="og:image" content="/og.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://munisign.org/">
<meta property="twitter:title" content="Muni Sign">
<meta property="twitter:description" content="Muni bus stop sign generator">
<meta property="twitter:image" content="/og.png">
<title>Muni Sign</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link id="link-gfonts" crossorigin
href="https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+Arabic&family=Noto+Sans+KR&family=Noto+Sans+Thai&family=Open+Sans:wdth,[email protected],300;87.5,500;87.5,700;100,400;100,700&display=swap"
rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="src/main.ts"></script>
</body>
</html>