summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-19 10:00:46 +0000
committerubq323 <ubq323>2021-06-19 10:00:46 +0000
commitf713801e45320d4f9739d03689270c19ddc8ed88 (patch)
tree219828db3950d8f9f74796e198301f4bbdf56be3
parentb887340ebc120923178ff20cc79f43d7bc19f62a (diff)
add favicon
-rw-r--r--apioforum/templates/base.html1
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>