Create index.html
This commit is contained in:
parent
4ab7ed0fd8
commit
3ec727eedc
1 changed files with 14 additions and 0 deletions
14
index.html
Normal file
14
index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!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>
|
Loading…
Reference in a new issue