-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
28 lines (28 loc) · 1.22 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
<!doctype html>
<html lang="en" id="drawer-opened">
<head>
<title>the federation - a statistics hub</title>
<meta charset="UTF-8"/>
<meta property="og:title" content="The Federation - a statistics hub"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://the-federation.info/"/>
<meta property="og:description"
content="Node list and statistics for The Federation and Fediverse"/>
<meta property="og:image" content="https://the-federation.info/images/the-federation.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico"/>
</head>
<body>
<div id="app"></div>
<script src="/static/javascript/table-sort.js"></script>
<!-- This is the umami tracking script. Have a look at the collected data: https://umami.crapstone.xyz/share/2o4N1wEEAQbsxPKH/The-Federation%20Next -->
<script async defer
id="trker"
src="https://umami.crapstone.xyz/script.js"
data-website-id="b3d9f451-ba10-49b2-8b22-bfaff4179bba"
data-auto-track="false"
data-do-not-track="true"
></script>
<!-- built files will be auto injected -->
</body>
</html>