Skip to content

Commit

Permalink
Update redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed Aug 24, 2024
1 parent 143b64d commit 76e92f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion share/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@
<meta charset="utf-8">
<title>Share Surge the Rabbit</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no">
<meta http-equiv="refresh" content="0; url=../contribute">
<noscript>
<meta http-equiv="refresh" content="0; url=https://opensurge2d.org/contribute">
</noscript>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="style.css">
<script async src="//gc.zgo.at/count.js" data-goatcounter="https://opensurge.goatcounter.com/count"></script>
<script>
var dest = 'https://opensurge2d.org/contribute/';
location.href = dest + location.search + location.hash;
</script>
</head>
<body>
<section class="center-of-screen">
Expand Down

0 comments on commit 76e92f0

Please sign in to comment.