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