diff options
| author | Maxxiii <[email protected]> | 2020-09-02 16:50:09 +0300 |
|---|---|---|
| committer | Maxxiii <[email protected]> | 2020-09-02 16:50:09 +0300 |
| commit | 14f55beccfb5ecc6b2c81fd4ac107e05759690ba (patch) | |
| tree | e980682e996c5194afaf48fe28171c816cd1be96 /pages/Miscellaneous.html | |
| parent | Update some links in news on index page, ... (diff) | |
| download | nemstools.github.io-14f55beccfb5ecc6b2c81fd4ac107e05759690ba.tar.xz nemstools.github.io-14f55beccfb5ecc6b2c81fd4ac107e05759690ba.zip | |
Fix favicon path for pages
Diffstat (limited to 'pages/Miscellaneous.html')
| -rw-r--r-- | pages/Miscellaneous.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Miscellaneous.html b/pages/Miscellaneous.html index 8399163..efb9c87 100644 --- a/pages/Miscellaneous.html +++ b/pages/Miscellaneous.html @@ -2,7 +2,7 @@ <head> <title>Nem's Tools [Home - News]</title> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="../css/default.css"> <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="cache-control" content="no-cache"> |