diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-16 20:27:11 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-16 20:27:11 +0100 |
commit | 0d0a9610de4eb403494e24efbaa8a44ceeb8f4da (patch) | |
tree | 35caa4bf596ba0e1165fbdbdcf9cf405ac97c693 | |
parent | 5692d8a5a240f2872f8f94a57e154a8ce7485614 (diff) |
Use HTML5 doctype
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |