Added the favicon and changed a few stylings
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400&display=swap" rel="stylesheet">
|
||||
<link href="/static/style.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
@@ -18,7 +19,8 @@
|
||||
|
||||
<footer>
|
||||
<ul class="footer-list">
|
||||
<li>© 2020 Muhammed Ali Dilek</li>
|
||||
<li class="copyright">© </li>
|
||||
<li>2020 Muhammed Ali Dilek</li>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('donate') }}">Donate</a></li>
|
||||
<li><a href="https://github.com/xemeds" target="_blank">GitHub</a></li>
|
||||
|
||||
Reference in New Issue
Block a user