@octor/monitor
Version:
a script that makes your bots 24/7
30 lines • 904 B
HTML
<html>
<head>
<title>Octor Uptimer</title>
<style>
body {
background-color: #ADD8E6;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
background-color: white;
border-radius: 10px;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
max-width: 80%;
text-align: center;
font-family: monospace;
}
</style>
</head>
<body>
<div class="container">
<h1>Your Octor webview has been successfully started</h1>
<p><pre></pre>Join our <a href="https://discord.gg/octor">discord server</a> and Invite The Bot To Register Your Project [ Repl, Glitch, Others ] Url To Make It Online 24/7.</p>
</div>
</body>
</html>