summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel W <samuel.wilhelmsson@gmail.com>2025-01-17 23:17:14 +0100
committerSamuel W <samuel.wilhelmsson@gmail.com>2025-01-17 23:17:14 +0100
commit8d30c946d0bd4cca84dd033b726b10d567b8330b (patch)
tree2b1a33968fed8b4ed62e07e1b78925b4292a2c09
parent0052b53894f2b21df076b6bf00e4f73d0b6ae9a9 (diff)
downloadtinygram-8d30c946d0bd4cca84dd033b726b10d567b8330b.tar.gz
tinygram-8d30c946d0bd4cca84dd033b726b10d567b8330b.zip
add lang tag
-rw-r--r--index.templ6
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"/>