Projects
/
nettsiden-old
Archived
8
0
Fork 0

Add some HTML5 doctypes

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

View File

@ -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&shy;administrasjons&shy;verk&shy;stedet</header>
<nav> <nav>
<?php echo navbar(2, 'admin'); ?> <?php echo navbar(2, 'admin'); ?>
<?php echo loginbar(null, $pdo); ?> <?php echo loginbar(null, $pdo); ?>

View File

@ -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">