Use standards mode in default index page (#351)

This commit is contained in:
Carson Katri 2022-05-23 12:08:47 -04:00 committed by GitHub
parent 0926035d4a
commit 7b4c35fc6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ extension HTML: ResponseEncodable {
}
return #"""
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />

View File

@ -102,6 +102,7 @@ final class DevCommandTests: XCTestCase {
let expectedHtml =
"""
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />