added html five doctype (#183)

This commit is contained in:
mr.V 2017-03-19 15:26:24 +07:00 committed by moocowmoo
parent 1767a2ccf0
commit 1dbb39ebfc

View file

@ -1,3 +1,4 @@
<!doctype html>
<html> <html>
<head> <head>
{% include base.html %} {% include base.html %}