diff options
Diffstat (limited to 'public/index.html')
| -rwxr-xr-x | public/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html index 1858c2f..264e09f 100755 --- a/public/index.html +++ b/public/index.html @@ -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 🍕</title> <link rel="stylesheet" type="text/css" href="/css/application.css"> - <script type="module" src="https://www.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> <!-- @@ -28,7 +28,7 @@ </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> |