Add doctype to html
This commit is contained in:
parent
65c80bca55
commit
6b8c2354fd
|
@ -14,7 +14,7 @@ async def default(request):
|
|||
status=200,
|
||||
content_type="text/html",
|
||||
charset="utf-8",
|
||||
text="""
|
||||
text="""<!doctype html>
|
||||
<html><head>
|
||||
<title>ActivityPub Relay at {host}</title>
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue