aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McVady <michaelm@telnyx.com>2025-10-03 16:15:06 -0500
committerMichael McVady <michaelm@telnyx.com>2025-10-03 16:15:06 -0500
commit632f2bdd5ee18bb0d101d6ca775353f7b24e73a5 (patch)
tree715edf161b0b1e479900c5bd85a7ed2f97d70d81
parent568ff6592ba7ea6650900ac1411e217bf045dfd6 (diff)
Set HTML languageHEADmaster
-rw-r--r--app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.py b/app.py
index 1c0ba8c..89a16cc 100644
--- a/app.py
+++ b/app.py
@@ -14,7 +14,7 @@ from litestar.template import TemplateConfig
DEFAULT_COLOR = "#FF0000"
TEMPLATE_STR = """<!DOCTYPE html>
-<html>
+<html lang="zxx">
<head>
<title>lux</title>
</head>