Skip to content

Instantly share code, notes, and snippets.

@daltonpearson
Created December 4, 2020 04:05
Show Gist options
  • Save daltonpearson/1dfcb61122acafaf9057dae32b48d688 to your computer and use it in GitHub Desktop.
Save daltonpearson/1dfcb61122acafaf9057dae32b48d688 to your computer and use it in GitHub Desktop.
Shredberg Redirect
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Shredberg</title>
</head>
<script>
window.location.replace("https://www.twitch.tv/shredberg");
</script>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment