We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4764e52 commit 3083d4dCopy full SHA for 3083d4d
public/mastodon/index.html
@@ -0,0 +1,20 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Redirect to our Mastodon account</title>
6
+
7
+ <meta http-equiv="refresh" content="0; url=https://systemli.social/@heartofcode">
8
9
+ <link rel="canonical" href="https://systemli.social/@heartofcode">
10
11
+ <script>
12
+ window.location.replace("https://systemli.social/@heartofcode");
13
+ </script>
14
+ </head>
15
+ <body>
16
+ <p>
17
+ Redirecting you to our Mastodon account...
18
+ </p>
19
+ </body>
20
+</html>
0 commit comments