mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:17:35 +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:
parent
68b04d5c78
commit
d01b97b50a
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Canvas, timer, random and event demo</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue