We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cd6f0 commit e7a618eCopy full SHA for e7a618e
1 file changed
index.html
@@ -1,6 +1,13 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
+ <!-- Redirect sin4ch.github.io to sin4.ch -->
5
+ <script>
6
+ if (window.location.hostname === 'sin4ch.github.io') {
7
+ window.location.replace('https://sin4.ch' + window.location.pathname + window.location.hash);
8
+ }
9
+ </script>
10
+
11
<!-- Google tag (gtag.js) -->
12
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZPPHJKRHE"></script>
13
<script>
0 commit comments