]> git.r.bdr.sh - rbdr/monitorcito/blobdiff - public/index.html
Use 64x64 animation
[rbdr/monitorcito] / public / index.html
old mode 100644 (file)
new mode 100755 (executable)
index 6e673be..cfa2163
@@ -5,12 +5,12 @@
     <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>
 
     <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>
 
     <!--
   <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 in bdr.sh</p>
       <table id="monitorcito">
       </table>
     </main>