diff options
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> |