Skip to content

Commit 123b891

Browse files
shortlinks
1 parent 5b2425c commit 123b891

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

public/mastodon/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Redirect to our Mastodon account</title>
5+
<title>Shortlink for our Mastodon account</title>
66

77
<meta http-equiv="refresh" content="0; url=https://systemli.social/@heartofcode">
88

public/satzung/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Shortlink for our Satzung on GitHub</title>
6+
7+
<meta http-equiv="refresh" content="0; url=https://raw.githubusercontent.com/heartsofcode/Satzung/refs/heads/main/Vereinssatzung-HeartofCode">
8+
9+
<link rel="canonical" href="https://raw.githubusercontent.com/heartsofcode/Satzung/refs/heads/main/Vereinssatzung-HeartofCode">
10+
11+
<script>
12+
window.location.replace("https://raw.githubusercontent.com/heartsofcode/Satzung/refs/heads/main/Vereinssatzung-HeartofCode");
13+
</script>
14+
</head>
15+
<body>
16+
<p>
17+
Redirecting you to our Satzung on GitHub...
18+
</p>
19+
</body>
20+
</html>

public/signal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Redirect to our Signal announcement channel invite</title>
5+
<title>Shortlink for our Signal announcement channel invite</title>
66

77
<meta http-equiv="refresh" content="0; url=https://signal.group/#CjQKIKcj5S25ptG6H9bzdbaeot1_whif9j59J7bOmm91TeTlEhAc-VmeJpTuP-tZuOJad_MT">
88

0 commit comments

Comments
 (0)