feat: index page, publish ci

This commit is contained in:
Andrejus
2021-05-02 23:00:42 +01:00
parent 9a5b931407
commit 9c5f243cdd
5 changed files with 72 additions and 17 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>andrejus.dev</title>
<meta charset="utf-8" />
<meta name="referrer" content="no-referrer" />
<meta
name="viewport"
content="width=device-width,minimum-scale=1,initial-scale=1"
/>
<link rel="canonical" href="https://andrejus.dev/" />
<meta
http-equiv="refresh"
content="0; url=https://github.com/andrejusk/dotfiles"
/>
</head>
<body>
<div>
<p>Redirecting to GitHub repo...</p>
</div>
</body>
</html>