25 lines
526 B
HTML
25 lines
526 B
HTML
<!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>
|