-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (43 loc) · 1.85 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'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>staticPi</title>
<!-- Open Graph / Facebook -->
<meta property='og:image:width' content='279'>
<meta property='og:image:height' content='279'>
<meta property='og:type' content='website'>
<meta property='og:url' content='https://www.staticPi.com/'>
<meta property='og:title' content='staticPi'>
<meta property='og:description' content='The simple pi communication service'>
<!-- Twitter -->
<meta property='twitter:card' content='summary_large_image'>
<meta property='twitter:url' content='https://www.staticpi.com/'>
<meta property='twitter:title' content='staticPi'>
<meta property='twitter:description' content='The simple pi communication service'>
<meta name='robots' content='index, follow'>
<link rel='apple-touch-icon' sizes='180x180' href='/img/icons/apple-touch-icon.png'>
<link rel='icon' type='image/png' sizes='32x32' href='/img/icons/favicon-32x32.png'>
<link rel='icon' type='image/png' sizes='16x16' href='/img/icons/favicon-16x16.png'>
<link rel='mask-icon' href='/img/icons/safari-pinned-tab.svg' color='#5bbad5'>
<meta name="theme-color" content="#aa8945">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel='stylesheet' type='text/css' href='/index.css'>
</head>
<body>
<div id="staticpi_app"></div>
<script type="module" src="/src/main.ts"></script>
<a class='mastodon' rel="me" href="https://hachyderm.io/@staticpi">@staticpi Mastodon</a>
<script type='application/ld+json'>
{
"@context": "https://schema.org",
"@type": "WebSite",
"description": "The simple pi communication service",
"name": "staticPi",
"url": "https://www.staticpi.com",
"sameAs": "https://www.twitter.com/static_Pi"
}
</script>
</body>
</html>