summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-20 15:03:47 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-20 15:03:47 -0700
commite753f1ea63915bc7b787d761e159b47623d838ce (patch)
tree5d9dff3d449eeef1ef4584538cf585ab5ec54242
parenta100d0330a6613dd6764f3e4874772179c595bce (diff)
Fix doctype
-rwxr-xr-xhtml/main.html3
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">