Delete index.html

This commit is contained in:
Sam Sneed 2024-04-22 22:13:14 -05:00 committed by GitHub
parent 3ec727eedc
commit 3fb5f6ce90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +0,0 @@
<!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>