-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 766 Bytes
/
index.html
File metadata and controls
29 lines (28 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to astronvim.com</title>
<meta http-equiv="refresh" content="0; URL=https://astronvim.com" />
<link href="https://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://astronvim.com"
style="
display: block;
height: 100vh;
width: 100vw;
margin: 0;
padding: 0;
color: white;
"
>
astronvim.com
</a>
</body>
</html>