diff options
author | ubq323 <ubq323> | 2021-06-19 10:00:46 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-19 10:00:46 +0000 |
commit | f713801e45320d4f9739d03689270c19ddc8ed88 (patch) | |
tree | 219828db3950d8f9f74796e198301f4bbdf56be3 | |
parent | b887340ebc120923178ff20cc79f43d7bc19f62a (diff) |
add favicon
-rw-r--r-- | apioforum/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html index 3eb112e..4e28f45 100644 --- a/apioforum/templates/base.html +++ b/apioforum/templates/base.html @@ -5,6 +5,7 @@ <title>{%block title %}{% endblock %}</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/style.css"> + <link rel="icon" href="//gh0.pw/favicon.ico"> </head> <body> <nav> |