diff options
| author | navewindre <boneyaard@gmail.com> | 2025-11-11 11:05:43 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-11-11 11:05:43 +0100 |
| commit | 719b3a84f3ee9110cc87132cb1dcd095da6ff5a0 (patch) | |
| tree | 1abe872e6d37adc19f0d3182f7cc61cf6a7ec2db | |
| parent | 5a157e6ef2dc8c56f12e1f20ec54cdf0b85f0cac (diff) | |
bettr
| -rw-r--r-- | web/src/index.html | 5 | ||||
| -rw-r--r-- | web/static/main.css | 1 | ||||
| -rw-r--r-- | web/static/nh.ico | bin | 106046 -> 7594 bytes |
3 files changed, 3 insertions, 3 deletions
diff --git a/web/src/index.html b/web/src/index.html index a5500e4..08b8208 100644 --- a/web/src/index.html +++ b/web/src/index.html @@ -7,14 +7,13 @@ <title>networkheaven.net</title> <link rel="stylesheet" href="/static/main.css"> <link href="/static/highlight.css" rel="preload" as="style" onload="this.rel='stylesheet'"> - <link rel="apple-touch-icon" href="/static/nh.ico"> - <link rel="icon" href="/static/nh.ico" type="image/png"> - <link rel="shortcut icon" href="/static/nh.ico" type="image/png"> + <link rel="shortcut icon" href="/static/nh.ico" type="image"> </head> <body> <div id="moneyjsx-root"> <div id="homepage" style="padding-top: 0px"> <noscript> + <!--- for browsers with noscript !---> <div id="ascii-art"> diff --git a/web/static/main.css b/web/static/main.css index f0bd46c..e19e486 100644 --- a/web/static/main.css +++ b/web/static/main.css @@ -193,6 +193,7 @@ a.nogradient::after { a.nogradient:hover::after { background: none; + content: ''; } diff --git a/web/static/nh.ico b/web/static/nh.ico Binary files differindex dca5438..759724a 100644 --- a/web/static/nh.ico +++ b/web/static/nh.ico |
