Skip to content

Commit

Permalink
add redirect page to docs.astronvim.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Oct 6, 2023
0 parents commit a429a9b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to docs.astronvim.com</title>
<meta http-equiv="refresh" content="0; URL=https://docs.astronvim.com" />
<link href="https://astronvim.com" rel="me" />
<link href="https://docs.astronvim.com" rel="me" />
<link href="https://discord.gg/astronvim" rel="me" />
<link href="https://hachyderm.io/@AstroNvim" rel="me" />
<link href="https://github.com/AstroNvim" rel="me" />
<link href="https://twitter.com/AstroNvim" rel="me" />
</head>

<body style="margin: 0; padding: 0">
<a
href="https://docs.astronvim.com"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
docs.astronvim.com
</a>
</body>
</html>

0 comments on commit a429a9b

Please sign in to comment.