mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
httpserver: Add doctype.
This commit is contained in:
parent
1090c4623f
commit
6493be1f13
@ -54,7 +54,8 @@ class RequestNotHandled(Exception):
|
||||
|
||||
DEFAULT_TEMPLATES = {
|
||||
'index.html': """\
|
||||
<html>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
|
||||
<head>
|
||||
<title>""" + _('Supybot Web server index') + """</title>
|
||||
<link rel="stylesheet" href="/default.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user