diff options
-rw-r--r-- | qc_app/static/images/CITGLogo.png | bin | 0 -> 11962 bytes | |||
-rw-r--r-- | qc_app/templates/base.html | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/qc_app/static/images/CITGLogo.png b/qc_app/static/images/CITGLogo.png Binary files differnew file mode 100644 index 0000000..ae99fed --- /dev/null +++ b/qc_app/static/images/CITGLogo.png 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> |