diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 15:03:47 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 15:03:47 -0700 |
| commit | e753f1ea63915bc7b787d761e159b47623d838ce (patch) | |
| tree | 5d9dff3d449eeef1ef4584538cf585ab5ec54242 /html | |
| parent | a100d0330a6613dd6764f3e4874772179c595bce (diff) | |
Fix doctype
Diffstat (limited to 'html')
| -rwxr-xr-x | html/main.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/html/main.html b/html/main.html index b3035b3..eeee259 100755 --- a/html/main.html +++ b/html/main.html @@ -16,8 +16,7 @@ -- along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" - "http://www.w3.org/TR/html4/strict.dtd"> +<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
