forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mastodon.html
29 lines (22 loc) · 968 Bytes
/
mastodon.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Redirects to Evryway's mastodon account" />
<meta charset="utf-8">
<title>Redirects to Evryway's mastodon account</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Redirects to Evryway's mastodon account" />
<meta name="twitter:image" content="https://evryway.com/assets/evryway_logo.png" />
<meta name="twitter:site" content="@evryway" />
</head>
<body>
You will be redirected to <a href="https://mastodon.gamedev.place/@evryway"></a> in a couple of seconds. Please click <a href="https://mastodon.gamedev.place/@evryway">the link</a> if you are not redirected or have javascript disabled.
<script>
function fredirect() {
window.location.href = "https://mastodon.gamedev.place/@evryway";
}
timeout = setTimeout(fredirect, 321);
</script>
</body>
</html>