changeset 210:4a94ed44142d

More html compliance
author nanaya <me@nanaya.pro>
date Mon, 19 Oct 2020 14:31:33 +0900
parents 0dd54d872806
children e07f6ea17deb
files public/403.html public/404.html public/422.html public/500.html
diffstat 4 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/public/403.html	Mon Oct 19 14:30:35 2020 +0900
+++ b/public/403.html	Mon Oct 19 14:31:33 2020 +0900
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
+  <meta charset="utf-8">
   <title>The page you were looking for doesn't exist (404)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>
--- a/public/404.html	Mon Oct 19 14:30:35 2020 +0900
+++ b/public/404.html	Mon Oct 19 14:31:33 2020 +0900
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
+  <meta charset="utf-8">
   <title>The page you were looking for doesn't exist (404)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>
--- a/public/422.html	Mon Oct 19 14:30:35 2020 +0900
+++ b/public/422.html	Mon Oct 19 14:31:33 2020 +0900
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
+  <meta charset="utf-8">
   <title>The change you wanted was rejected (422)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>
--- a/public/500.html	Mon Oct 19 14:30:35 2020 +0900
+++ b/public/500.html	Mon Oct 19 14:31:33 2020 +0900
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
+  <meta charset="utf-8">
   <title>We're sorry, but something went wrong (500)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>