Add some HTML5 doctypes
This commit is contained in:
parent
29a41f5ad8
commit
88e258a0fb
|
@ -46,7 +46,8 @@ $events = array_values(array_filter(
|
|||
}
|
||||
));
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="no">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="../../css/normalize.css">
|
||||
|
@ -57,6 +58,8 @@ $events = array_values(array_filter(
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<header>Aktivitets­administrasjons­verk­stedet</header>
|
||||
|
||||
<nav>
|
||||
<?php echo navbar(2, 'admin'); ?>
|
||||
<?php echo loginbar(null, $pdo); ?>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue