summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-06-07 02:19:40 +0200
committeremkael <emkael@tlen.pl>2017-06-07 02:19:40 +0200
commitd81a07632e831348f6d2fde309818055aef6d671 (patch)
tree35e98099c8a9ad91c979c27453fce785ede326ca
parent4c17c763d78f09c2b49e9e7feb294d4690facad2 (diff)
Doctypes for templates
-rw-r--r--templates/player.html1
-rw-r--r--templates/ranking.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/player.html b/templates/player.html
index 45b1419..ae21ccb 100644
--- a/templates/player.html
+++ b/templates/player.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/templates/ranking.html b/templates/ranking.html
index a9b77e1..2be1383 100644
--- a/templates/ranking.html
+++ b/templates/ranking.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />