time.php: add DOCTYPE

Summary:
`<!DOCTYPE html>`, a good thing to do ™️.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: load the page in browser.

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D82
This commit is contained in:
revi 2024-05-13 20:02:10 +09:00
parent d75d8cf807
commit 08863ae041
2 changed files with 5 additions and 1 deletions

View file

@ -32,7 +32,10 @@
},
"text": {
"type": "text",
"text.max-line-length": 80
"text.max-line-length": 80,
"severity": {
"2": "advice"
}
}
}
}

View file

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<title>