]> git.r.bdr.sh - rbdr/monitorcito/blobdiff - public/index.html
Update to bdr.sh style
[rbdr/monitorcito] / public / index.html
old mode 100644 (file)
new mode 100755 (executable)
index 6e673be..1f1a188
@@ -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 &#127829;</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>