diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-23 11:50:35 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-23 11:50:35 +0000 |
commit | 77209f13799f8b2ae9cfe5ad86d2a7e74d831705 (patch) | |
tree | 505d6337ade8e1ff27c7cc770d0a792afb764a6b /templates | |
parent | b1de430c2d01a8e3263212dce6bcb03a8bb56fa7 (diff) | |
download | rgoncalves.se-77209f13799f8b2ae9cfe5ad86d2a7e74d831705.tar.gz |
templates: Pass W3C validator
Diffstat (limited to 'templates')
-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> |