14 lines
439 B
HTML
14 lines
439 B
HTML
<!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>
|