mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Readd missing redirect
This commit is contained in:
parent
866e5931d2
commit
101f3a05ba
1 changed files with 23 additions and 0 deletions
23
docs/index.html
Normal file
23
docs/index.html
Normal 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>
|
Loading…
Reference in a new issue