diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-01 22:05:01 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-01 22:05:01 +0000 |
commit | 761ff00936396b13b4de2facfa3ef566219be845 (patch) | |
tree | f4ae0e85bd87bc58c8be2e68d522d7ba8bcb1a19 | |
parent | 5271d10117064a924c1c2e90d748d60e04ce97f8 (diff) |
new icon
-rw-r--r-- | apioforum/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html index 9c27bbc..a202300 100644 --- a/apioforum/templates/base.html +++ b/apioforum/templates/base.html @@ -7,7 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/md-colors.css"> - <link rel="icon" href="//gh0.pw/favicon.ico"> + <link rel="icon" href="//gh0.pw/i/a.ico"> </head> <body> <nav aria-label="main" id="navbar"> |