diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 14:22:57 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 14:22:57 -0700 |
| commit | 60ee079ffabfcac3fe951685b73c8e834c22f848 (patch) | |
| tree | 4e1122c477a702b8d796fc068fd27cd424ece20b /html/main.html | |
| parent | 7fae58283dff2b2f4f33c1b9c3554b7677f3f062 (diff) | |
Use HTML 4.01
Diffstat (limited to 'html/main.html')
| -rwxr-xr-x | html/main.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/html/main.html b/html/main.html index 690d257..b3035b3 100755 --- a/html/main.html +++ b/html/main.html @@ -16,10 +16,11 @@ -- along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<!DOCTYPE html> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> - <meta charset="UTF-8"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GNUfault.org</title> @@ -27,7 +28,7 @@ {{stylesheets}} </head> -<body ontouchstart> +<body ontouchstart=""> <div class="container"> {{header}} |
