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>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<link rel="stylesheet" href="../../css/normalize.css">
|
<link rel="stylesheet" href="../../css/normalize.css">
|
||||||
|
@ -57,6 +58,8 @@ $events = array_values(array_filter(
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<header>Aktivitets­administrasjons­verk­stedet</header>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<?php echo navbar(2, 'admin'); ?>
|
<?php echo navbar(2, 'admin'); ?>
|
||||||
<?php echo loginbar(null, $pdo); ?>
|
<?php echo loginbar(null, $pdo); ?>
|
||||||
|
|
|
@ -20,7 +20,8 @@ if(!($isAdmin | $projectGroup | $activityGroup)){
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="no">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
<link rel="stylesheet" href="../css/normalize.css">
|
<link rel="stylesheet" href="../css/normalize.css">
|
||||||
|
|
Loading…
Reference in New Issue