diff --git a/server/index.html b/server/index.html index 9ad0d70..b41afd7 100644 --- a/server/index.html +++ b/server/index.html @@ -25,12 +25,12 @@ - +
-

ntfy.sh - simple HTTP-based pub-sub

+

ntfy
ntfy.sh - simple HTTP-based pub-sub

ntfy (pronounce: notify) is a simple HTTP-based pub-sub notification service. It allows you to send desktop notifications via scripts from any computer, entirely without signup or cost. diff --git a/server/static/css/app.css b/server/static/css/app.css index fe40944..f171f4f 100644 --- a/server/static/css/app.css +++ b/server/static/css/app.css @@ -6,12 +6,13 @@ html, body { font-size: 1.1em; } -a { - color: #39005a; +a, a:visited { + color: #3a9784; } a:hover { text-decoration: none; + color: #317f6f; } h1 { @@ -20,7 +21,6 @@ h1 { font-size: 2.5em; } - h2 { margin-top: 20px; margin-bottom: 5px; diff --git a/server/static/img/favicon.png b/server/static/img/favicon.png index 93982c6..6f25954 100644 Binary files a/server/static/img/favicon.png and b/server/static/img/favicon.png differ diff --git a/server/static/img/ntfy.png b/server/static/img/ntfy.png new file mode 100644 index 0000000..a35deee Binary files /dev/null and b/server/static/img/ntfy.png differ