diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-08 21:37:55 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-08 21:37:55 +0200 |
| commit | 2d72aab0a88baa906127489e1c25fd11881bdc35 (patch) | |
| tree | 0f213b96c74fc6465e4ea07123a39f8dc469c857 /public/index.html | |
Add the monitor
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..6e673be --- /dev/null +++ b/public/index.html @@ -0,0 +1,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 @ unlimited.pizza - 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://unlimited.pizza/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=100 height=100></canvas> + <a href="/">Monitorcito</a> + </h1> + </header> + <main> + <p>Status of services running in unlimited dot pizza</p> + <table id="monitorcito"> + </table> + </main> + </body> +</html> |