Add doctype to html

develop
kjwon15 2019-01-09 22:17:01 +09:00
parent 65c80bca55
commit 6b8c2354fd
1 changed files with 1 additions and 1 deletions

View File

@ -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>