Skip to content

Instantly share code, notes, and snippets.

@xboston
Created May 28, 2019 21:50
Show Gist options
  • Save xboston/693d4d26b9d58734866411265bb86f69 to your computer and use it in GitHub Desktop.
Save xboston/693d4d26b9d58734866411265bb86f69 to your computer and use it in GitHub Desktop.
MetaSite
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Demo</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
</head>
<body>
<script type="text/javascript">
document.location.href = "https://metawat.ch/";
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment