Skip to content

Commit 4c93410

Browse files
authored
Merge pull request #7 from simonenkoilya/patch-1
Create mastodon.html
2 parents 932d57b + d042ece commit 4c93410

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

mastodon.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=https://floss.social/@fabulouslyoptimized" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<link rel="canonical" href="https://floss.social/@fabulouslyoptimized"/>
9+
<title>Fabulously Optimized</title>
10+
</head>
11+
<body>
12+
<script>
13+
window.location.href = "https://floss.social/@fabulouslyoptimized";
14+
</script>
15+
<a href="https://floss.social/@fabulouslyoptimized">Click to redirect</a>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)