diff options
Diffstat (limited to 'index.templ')
| -rw-r--r-- | index.templ | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/index.templ b/index.templ index 9f516c4..46bed57 100644 --- a/index.templ +++ b/index.templ @@ -8,7 +8,7 @@ import ( templ index(ps []Post, tz *time.Location) { <!DOCTYPE html> - <html> + <html lang="en"> <head> <title>Tinygram</title> <meta charset="utf-8"/> @@ -39,7 +39,7 @@ templ index(ps []Post, tz *time.Location) { templ loginPage(csrfToken string) { <!DOCTYPE html> - <html> + <html lang="en"> <head> <title>Tinygram</title> <meta charset="utf-8"/> @@ -63,7 +63,7 @@ templ loginPage(csrfToken string) { templ uploadPage(csrfToken string) { <!DOCTYPE html> - <html> + <html lang="en"> <head> <title>Tinygram</title> <meta charset="utf-8"/> |
