diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/player.html | 1 | ||||
-rw-r--r-- | templates/ranking.html | 1 |
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" /> |