]> git.mxchange.org Git - fba.git/blobdiff - templates/base.html
Continued:
[fba.git] / templates / base.html
index 413cd4cdb58174bfa2557c5782ccbcec0dd04cdf..809dd3a7c8497ada3ab7decc2becf257e4989f2c 100644 (file)
@@ -1,8 +1,13 @@
 <!DOCTYPE html>
+<html lang="en">
 <head>
     <title>fedi-block-api - {% block title %}{% endblock %}</title>
+
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+
     <link rel="alternate" type="application/rss+xml" title="RSS Feed for latest blocked instances" href="{{base_url}}/rss" />
     {% block rss %}{% endblock %}
+
     <link rel="stylesheet" type="text/css" href="{{ url_for('static', path='css/' + theme + '.css') }}" media="all" />
 </head>
 
 
     <div id="footer">
         {% block footer %}
-            source code:
+            Source code:
             <a href="https://git.mxchange.org/?p=fba.git;a=summary" rel="source" target="_blank">git.mxchange.org</a><br /><br />
             {% if info %}
                 {{info.slogan}}
             {% elif slogan %}
                 {{slogan}}
             {% else %}
-                NO SLOGAN WAS FOUND!!!
+                <b>No slogan was found!</b>
             {% endif %}
         {% endblock %}
     </div>