mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
23 lines
592 B
HTML
23 lines
592 B
HTML
<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://gh.steffo.com/Steffo99/royalnet/")
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
Redirecting to <a href="https://gh.steffo.com/Steffo99/royalnet/">"https://gh.steffo.com/Steffo99/royalnet/"</a>
|
|
</body>
|
|
</html>
|