changeset 94:8c3b56bb0c83 default tip

add lang
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 02 May 2025 10:41:18 -0600 (4 hours ago)
parents d0566cc4a2ac
children
files src/about.html.luan src/account.html.luan src/do_login.html.luan src/index.html.luan src/login.html.luan src/login_sent.html.luan src/manual_login.html.luan src/private/tools/config.html.luan src/private/tools/index.html.luan src/private/tools/users.html.luan src/tools/cookies.html.luan src/unsubscribe.html.luan
diffstat 12 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/src/about.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/about.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -11,7 +11,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 	</head>
--- a/src/account.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/account.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -22,7 +22,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 		<script>
--- a/src/do_login.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/do_login.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -22,7 +22,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 	</head>
--- a/src/index.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/index.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -27,7 +27,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 		<style>
--- a/src/login.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/login.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -18,7 +18,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 		<style>
--- a/src/login_sent.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/login_sent.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -11,7 +11,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 	</head>
--- a/src/manual_login.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/manual_login.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -16,7 +16,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 		<style>
--- a/src/private/tools/config.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/private/tools/config.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -13,7 +13,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 		<style>
--- a/src/private/tools/index.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/private/tools/index.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -11,7 +11,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 	</head>
--- a/src/private/tools/users.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/private/tools/users.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -39,7 +39,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 		<style>
--- a/src/tools/cookies.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/tools/cookies.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -28,7 +28,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 		<meta name="viewport" content="width=device-width, initial-scale=1">
 		<style>
--- a/src/unsubscribe.html.luan	Thu Apr 03 19:47:48 2025 -0600
+++ b/src/unsubscribe.html.luan	Fri May 02 10:41:18 2025 -0600
@@ -22,7 +22,7 @@
 	Io.stdout = Http.response.text_writer()
 %>
 <!doctype html>
-<html>
+<html lang="en">
 	<head>
 <%		head() %>
 	</head>