1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

Readd missing redirect

This commit is contained in:
Steffo 2020-08-10 01:40:16 +02:00
parent 866e5931d2
commit 101f3a05ba

23
docs/index.html Normal file
View file

@ -0,0 +1,23 @@
<html lang="en">
<head>
<style>
body {
background-color: #0d193b;
color: #a0ccff;
font-family: sans-serif;
}
a {
color: #00caca;
}
</style>
<script>
window.onload = function() {
window.location.replace("https://github.com/Steffo99/")
}
</script>
</head>
<body>
Redirecting to <a href="https://github.com/Steffo99/">https://github.com/Steffo99/</a>
</body>
</html>