summaryrefslogtreecommitdiff
path: root/static/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/templates/base.html')
-rw-r--r--static/templates/base.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/static/templates/base.html b/static/templates/base.html
index 021f95e..2096f78 100644
--- a/static/templates/base.html
+++ b/static/templates/base.html
@@ -1,16 +1,16 @@
-<!DOCTYPE html>
-<html lang="{{lang}}">
- <head>
- <title>{% block title %}{% endblock title %}</title>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="stylesheet" href="/style.css" />
- {% block head %}{% endblock head %}
- </head>
- <body>
- {% block content %}{% endblock content %}
- <footer>
- <div id="copyright">&copy; 2023</div>
- </footer>
- </body>
-</html>
+<!DOCTYPE html>
+<html lang="{{lang}}">
+ <head>
+ <title>{% block title %}{% endblock title %}</title>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <link rel="stylesheet" href="/style.css" />
+ {% block head %}{% endblock head %}
+ </head>
+ <body>
+ {% block content %}{% endblock content %}
+ <footer>
+ <div id="copyright">&copy; 2023</div>
+ </footer>
+ </body>
+</html>