Skip to content

Commit

Permalink
Redirect visits to repo's site
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Vincent committed Feb 23, 2021
1 parent 3ef66c8 commit a7c4a0d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<meta http-equiv="refresh" content="2;url=https://github.com/GoogleChrome/chrome-extensions-samples" />
<title>Redirecting…</title>
</head>
<body>
Hello, world!
<p>Redirecting to the <a
href="https://github.com/GoogleChrome/chrome-extensions-samples">GoogleChrome/chrome-extensions-samples</a>
repository on GitHub in 2 seconds.</p>
</body>
</html>
</html>

0 comments on commit a7c4a0d

Please sign in to comment.