diff options
author | Michael McVady <michaelm@telnyx.com> | 2025-10-03 16:15:06 -0500 |
---|---|---|
committer | Michael McVady <michaelm@telnyx.com> | 2025-10-03 16:15:06 -0500 |
commit | 632f2bdd5ee18bb0d101d6ca775353f7b24e73a5 (patch) | |
tree | 715edf161b0b1e479900c5bd85a7ed2f97d70d81 | |
parent | 568ff6592ba7ea6650900ac1411e217bf045dfd6 (diff) |
-rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |