diff options
Diffstat (limited to 'templates/default')
-rw-r--r-- | templates/default | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/default b/templates/default index 38de71d..8414c8b 100644 --- a/templates/default +++ b/templates/default @@ -1,4 +1,5 @@ -<html> +<!DOCTYPE html> +<html lang="en"> include(templates/default.head) <body> <header> @@ -11,5 +12,5 @@ include(templates/default.head) <footer> include(templates/default.footer) </footer> -<body> +</body> </html> |