diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-07-08 19:33:22 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-07-08 19:33:22 +0000 |
| commit | ebdbb365586eff541b1794ed05476863d099b9b6 (patch) | |
| tree | 36bcacfa3b605e6ca0590d2131cc0bcd4c3e64df /public | |
| parent | 6a7471cb9ab419c1a7a32c7dd95db99fe604f8c3 (diff) | |
Diffstat (limited to 'public')
| -rwxr-xr-x | public/favicon.ico | bin | 1150 -> 198 bytes | |||
| -rw-r--r-- | public/favicon.png | bin | 0 -> 127 bytes | |||
| -rwxr-xr-x | public/index.html | 9 |
3 files changed, 1 insertions, 8 deletions
diff --git a/public/favicon.ico b/public/favicon.ico Binary files differindex bbd67fc..ed10c4d 100755 --- a/public/favicon.ico +++ b/public/favicon.ico diff --git a/public/favicon.png b/public/favicon.png Binary files differnew file mode 100644 index 0000000..b8cfdfd --- /dev/null +++ b/public/favicon.png diff --git a/public/index.html b/public/index.html index bb0a16e..1f1a188 100755 --- a/public/index.html +++ b/public/index.html @@ -7,18 +7,11 @@ <meta name="author" content="Rubén Beltrán del Río"> <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://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> |