Add files via upload

This commit is contained in:
Sam Sneed 2024-07-08 13:32:51 -05:00 committed by GitHub
parent 5ca23ca27f
commit 1206b865c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 52 additions and 0 deletions

13
d/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://discord.gg/kQBt2u93V9">
<title>Redirect to discord</title>
</head>
<body>
<p>Redirecting to Discord....</p>
<script>
document.location = "https://discord.gg/kQBt2u93V9"
</script>
</body>
</html>

13
g/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://github.com/sneed-group">
<title>Redirect to discord</title>
</head>
<body>
<p>Redirecting to Sneed Group GitHub....</p>
<script>
document.location = "https://github.com/sneed-group"
</script>
</body>
</html>

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://nodemixaholic.com">
<title>Redirect to discord</title>
</head>
<body>
<p>Redirecting to new site....</p>
<script>
document.location = "https://nodemixaholic.com"
</script>
</body>
</html>

13
y/index.html Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://www.youtube.com/@onionode">
<title>Redirect to discord</title>
</head>
<body>
<p>Redirecting to OnioNode YT....</p>
<script>
document.location = "https://www.youtube.com/@onionode"
</script>
</body>
</html>