aboutsummaryrefslogtreecommitdiff
path: root/qc_app
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-12-20 06:09:56 +0300
committerFrederick Muriuki Muriithi2023-12-20 06:09:56 +0300
commitbf0013bceac63c852b1baf5842f9c7b560f3330d (patch)
tree4d44dce247a0c92d6866f79038503be8f14fb42a /qc_app
parent098cc4ea76c5c6fbb220fe9c8302a08123832cb0 (diff)
downloadgn-uploader-bf0013bceac63c852b1baf5842f9c7b560f3330d.tar.gz
Add favicon
Add a favicon to reduce noise in the logs due to failed requests.
Diffstat (limited to 'qc_app')
-rw-r--r--qc_app/static/images/CITGLogo.pngbin0 -> 11962 bytes
-rw-r--r--qc_app/templates/base.html3
2 files changed, 3 insertions, 0 deletions
diff --git a/qc_app/static/images/CITGLogo.png b/qc_app/static/images/CITGLogo.png
new file mode 100644
index 0000000..ae99fed
--- /dev/null
+++ b/qc_app/static/images/CITGLogo.png
Binary files differ
diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html
index 623141a..0cc970c 100644
--- a/qc_app/templates/base.html
+++ b/qc_app/templates/base.html
@@ -10,6 +10,9 @@
<link rel="stylesheet" type="text/css" href="/static/css/styles.css" />
{%block css%}{%endblock%}
+
+ <link rel="icon" type="image/png" sizes="64x64"
+ href="/static/images/CITGLogo.png" />
</head>
<body>