Skip to content

Commit

Permalink
Merge pull request #853 from JounQin/patch-1
Browse files Browse the repository at this point in the history
fix: swh.app is down, redirect to switchhosts.vercel.app
  • Loading branch information
oldj authored Dec 11, 2023
2 parents 3a1b34b + 82981bf commit 1a65b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url='https://swh.app'">
<meta http-equiv="refresh" content="0; url='https://switchhosts.vercel.app'">
<title>SwitchHosts!</title>
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="css/main.css?t=176353">
Expand All @@ -16,7 +16,7 @@
gtag('js', new Date());
gtag('config', 'UA-307069-20');
</script>
<script>location.href='https://swh.app'</script>
<script>location.href='https://switchhosts.vercel.app'</script>

<div id="wrapper">
<div id="lang">
Expand Down

0 comments on commit 1a65b9c

Please sign in to comment.