aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base.html.j2
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-08-19 23:08:36 +0300
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commit84b353a6f23a5f6a679d54ba173196689a619fe7 (patch)
treecaed0bed321d83b4bd1bc816e14c799f124f0981 /templates/base.html.j2
parent6cabb205ea995a95f2211896f738f226fd27f7bb (diff)
A11y updates
Diffstat (limited to 'templates/base.html.j2')
-rw-r--r--templates/base.html.j25
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/base.html.j2 b/templates/base.html.j2
index 066c39e..1e2ab74 100644
--- a/templates/base.html.j2
+++ b/templates/base.html.j2
@@ -1,9 +1,10 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<title>diddle 👉👈</title>
<meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="description" content="diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, licensed under Apache 2.0.">
<link rel="stylesheet" href="/static/styles.css"></link>
</head>
<body>