add title and lang

This commit is contained in:
12WW1160
2021-01-04 16:31:14 +01:00
parent dddce96e50
commit c375b76121

View File

@@ -4,7 +4,11 @@ Connection: close
Content-Type: text/html
<!DOCTYPE html>
<html><body><h1>400 Bad request</h1>
<html lang="en">
<head>
<title>400 Bad request</title>
</head>
<body><h1>400 Bad request</h1>
Your browser sent an invalid request.
</body></html>