blog-posts/index.html

15 lines
439 B
HTML
Raw Normal View History

2024-03-20 21:19:34 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=https://sam-sneed.github.io/shit-linux/">
<title>Redirecting...</title>
</head>
<body>
<script>
window.location.href = "https://sam-sneed.github.io/shit-linux/";
</script>
<p>If you are not redirected automatically, <a href="https://sam-sneed.github.io/shit-linux/">click here</a>.</p>
</body>
</html>