X-Git-Url: https://git.r.bdr.sh/rbdr/monitorcito/blobdiff_plain/2d72aab0a88baa906127489e1c25fd11881bdc35..ebdbb365586eff541b1794ed05476863d099b9b6:/public/index.html?ds=sidebyside diff --git a/public/index.html b/public/index.html old mode 100644 new mode 100755 index 6e673be..1f1a188 --- a/public/index.html +++ b/public/index.html @@ -5,30 +5,23 @@ <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"> + <meta name="description" content="monitor @ bdr.sh - check the status of running services"> - <title>monitor @ unlimited 🍕</title> + <title>monitor @ bdr.sh</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="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=100 height=100></canvas> + <canvas width=64 height=64></canvas> <a href="/">Monitorcito</a> </h1> </header> <main> - <p>Status of services running in unlimited dot pizza</p> + <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>