summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-01-16 20:27:11 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-01-16 20:27:11 +0100
commit0d0a9610de4eb403494e24efbaa8a44ceeb8f4da (patch)
tree35caa4bf596ba0e1165fbdbdcf9cf405ac97c693
parent5692d8a5a240f2872f8f94a57e154a8ce7485614 (diff)
Use HTML5 doctype
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index cff5a16..d10bc6a 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">