feat: index page, publish ci
This commit is contained in:
24
terraform/module/public/index.html
Normal file
24
terraform/module/public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user