Added docs redirect.

This commit is contained in:
Erik C. Thauvin 2020-03-02 20:54:12 -08:00
parent 166ca8af06
commit 8f8e702c7a
2 changed files with 12 additions and 1 deletions

11
docs/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://ethauvin.github.io/bitly-shorten/bitly-shorten">
<title>Page as Moved</title>
</head>
<body>
<p>The page has moved to <a href="https://ethauvin.github.io/bitly-shorten/bitly-shorten">this page</a></p>
</body>
</html>