1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:28:10 +00:00

Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)

<!DOCTYPE> by itself is not a valid document type declaration.
This commit is contained in:
Elisée Maurer 2020-03-26 07:37:12 +01:00 committed by GitHub
parent 68b04d5c78
commit d01b97b50a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<!DOCTYPE>
<!DOCTYPE html>
<html>
<head>
</head>