Add some HTML5 doctypes

This commit is contained in:
2018-08-10 00:20:03 +02:00
parent 29a41f5ad8
commit 88e258a0fb
2 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ if(!($isAdmin | $projectGroup | $activityGroup)){
exit();
}
?>
<!DOCTYPE html>
<html lang="no">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../css/normalize.css">