]>
Commit | Line | Data |
---|---|---|
2d72aab0 RBR |
1 | <!DOCTYPE HTML> |
2 | ||
3 | <html lang="en"> | |
4 | <head> | |
5 | <meta charset="utf-8"> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
7 | <meta name="author" content="Rubén Beltrán del Río"> | |
b82f51ad | 8 | <meta name="description" content="monitor @ bdr.sh - check the status of running services"> |
2d72aab0 | 9 | |
ebdbb365 | 10 | <title>monitor @ bdr.sh</title> |
2d72aab0 RBR |
11 | |
12 | <link rel="stylesheet" type="text/css" href="/css/application.css"> | |
b82f51ad | 13 | <script type="module" src="https://r.bdr.sh/js/animation.js"></script> |
2d72aab0 | 14 | <script type="module" src="/js/monitorcito.js"></script> |
2d72aab0 RBR |
15 | </head> |
16 | <body> | |
17 | <header> | |
18 | <h1> | |
94abdf3d | 19 | <canvas width=64 height=64></canvas> |
2d72aab0 RBR |
20 | <a href="/">Monitorcito</a> |
21 | </h1> | |
22 | </header> | |
23 | <main> | |
6a7471cb | 24 | <p>Status of services running in this server. <a href="https://r.bdr.sh">Go back to r.bdr.sh</a></p> |
2d72aab0 RBR |
25 | <table id="monitorcito"> |
26 | </table> | |
27 | </main> | |
28 | </body> | |
29 | </html> |