added lang tag to template.html and 404.html

This commit is contained in:
2024-11-01 14:41:17 -07:00
parent 55733a27e9
commit 607c6d605d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />