Skip to content

Instantly share code, notes, and snippets.

@shotastage
Last active June 16, 2017 03:02
Show Gist options
  • Save shotastage/c46a8f48e97d6902663357cc9bedcb49 to your computer and use it in GitHub Desktop.
Save shotastage/c46a8f48e97d6902663357cc9bedcb49 to your computer and use it in GitHub Desktop.
Auto redirect HTML.
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="3;URL=https://pinna-map.herokuapp.com">
</head>
<body>
<h1>リダイレクトしています....</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment