diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-19 19:47:33 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-19 19:47:33 +0000 |
| commit | b82f51ad58b86bd6d43dda0035ffa059dbb6ac55 (patch) | |
| tree | 380fe9b07f155141a6f12330a1bf7d5b4ea6a8db /public | |
| parent | 8a8b21779d9469be5908e5fc187efdc5d3acf505 (diff) | |
Update nginx
Diffstat (limited to 'public')
| -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> |