blob: bb0a16e31247e309331dcbc94b0e6ea06c491cfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Rubén Beltrán del Río">
<meta name="description" content="monitor @ bdr.sh - check the status of running services">
<title>monitor @ unlimited 🍕</title>
<link rel="stylesheet" type="text/css" href="/css/application.css">
<script type="module" src="https://r.bdr.sh/js/animation.js"></script>
<script type="module" src="/js/monitorcito.js"></script>
<!--
/\
/ O\ U N L I M I T E D
/O o \ P I Z Z A
|______|
-->
</head>
<body>
<header>
<h1>
<canvas width=64 height=64></canvas>
<a href="/">Monitorcito</a>
</h1>
</header>
<main>
<p>Status of services running in this server. <a href="https://r.bdr.sh">Go back to r.bdr.sh</a></p>
<table id="monitorcito">
</table>
</main>
</body>
</html>
|