diff --git a/src/static/images/gitea-192.png b/src/static/images/gitea-192.png
new file mode 100644
index 0000000..63f963e
Binary files /dev/null and b/src/static/images/gitea-192.png differ
diff --git a/src/templates/index.html b/src/templates/index.html
index 8befecb..269be01 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -20,6 +20,10 @@
CodiMD notes
+
@@ -37,15 +41,17 @@
{% for note in notes %}
-
- | {{note['shortid']}} |
- {{note['title']}} |
- {{note['alias']}} |
- {% if note['lastchangeAt'] %}{{note['lastchangeAt'].strftime('%d.%m.%Y %H:%M')}}{% endif %}
- |
- {{note['permission']}} |
- {%if note['content']%}💬{%else%}❌{%endif%} |
-
+
+ | {{ note['shortid'] }}
+ |
+ {{ note['title'] }} |
+ {{ note['alias'] }} |
+ {% if note['lastchangeAt'] %}
+ {{ note['lastchangeAt'].strftime('%d.%m.%Y %H:%M') }}{% endif %}
+ |
+ {{ note['permission'] }} |
+ {% if note['content'] %}💬{% else %}❌{% endif %} |
+
{% endfor %}