This commit is contained in:
thonk
2023-10-26 20:28:18 -04:00
2 changed files with 26 additions and 2 deletions
+3 -2
View File
@@ -346,8 +346,9 @@
"popular": "yes"
},
{
"name": "ROBLOX (Be patient)",
"source": "/service/hvtrs8%2F-nmweg%2Cnn%2Frlcy-rmbnoz-aoppmrctkol%2F7369-rmbnoz",
"name": "ROBLOX",
"source": "/assets/misc/robloxdown.html",
"comment": "/service/hvtrs8%2F-nmweg%2Cnn%2Frlcy-rmbnoz-aoppmrctkol%2F7369-rmbnoz",
"image": "/assets/img/roblox.png",
"popular": "yes"
},
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/assets/css/main.css">
<title>404 Error | Polaris</title>
</head>
<body>
<div class="content box">
<h1 style="font-size: 50px;">Roblox is down.</h1>
<p>Unfortunately, Roblox is down at the moment. Sorry for the inconvenience, we will have it back up as soon as possible.</p>
</div>
<script src="/assets/js/main.js" type="module"></script>
</body>
</html>