]> git.r.bdr.sh - rbdr/monitorcito/blob - public/index.html
Update to bdr.sh style
[rbdr/monitorcito] / public / index.html
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">
8 <meta name="description" content="monitor @ bdr.sh - check the status of running services">
9
10 <title>monitor @ bdr.sh</title>
11
12 <link rel="stylesheet" type="text/css" href="/css/application.css">
13 <script type="module" src="https://r.bdr.sh/js/animation.js"></script>
14 <script type="module" src="/js/monitorcito.js"></script>
15 </head>
16 <body>
17 <header>
18 <h1>
19 <canvas width=64 height=64></canvas>
20 <a href="/">Monitorcito</a>
21 </h1>
22 </header>
23 <main>
24 <p>Status of services running in this server. <a href="https://r.bdr.sh">Go back to r.bdr.sh</a></p>
25 <table id="monitorcito">
26 </table>
27 </main>
28 </body>
29 </html>