]>
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"> | |
8 | <meta name="description" content="monitor @ unlimited.pizza - check the status of running services"> | |
9 | ||
10 | <title>monitor @ unlimited 🍕</title> | |
11 | ||
12 | <link rel="stylesheet" type="text/css" href="/css/application.css"> | |
8a8b2177 | 13 | <script type="module" src="https://www.unlimited.pizza/js/animation.js"></script> |
2d72aab0 RBR |
14 | <script type="module" src="/js/monitorcito.js"></script> |
15 | ||
16 | <!-- | |
17 | /\ | |
18 | / O\ U N L I M I T E D | |
19 | /O o \ P I Z Z A | |
20 | |______| | |
21 | --> | |
22 | </head> | |
23 | <body> | |
24 | <header> | |
25 | <h1> | |
26 | <canvas width=100 height=100></canvas> | |
27 | <a href="/">Monitorcito</a> | |
28 | </h1> | |
29 | </header> | |
30 | <main> | |
31 | <p>Status of services running in unlimited dot pizza</p> | |
32 | <table id="monitorcito"> | |
33 | </table> | |
34 | </main> | |
35 | </body> | |
36 | </html> |