39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title><?php print(htmlspecialchars($templateParameters["title"])); ?> – Stafett for livet</title>
|
||
|
||
<link rel="stylesheet" href="style/main.css">
|
||
<link rel="icon" href="https://kreftforeningen.no/content/uploads/2020/03/cropped-kf-propell-ikon-32x32.png" sizes="32x32">
|
||
<body>
|
||
|
||
<div class="navbar-top-head">
|
||
<div class="navbar-top-inner">
|
||
|
||
<!-- Jalla løsning -->
|
||
<img style="display: block;" src="https://kreftforeningen.no/content/uploads/2020/03/cropped-kf-propell-ikon-32x32.png" alt="">
|
||
<div style="margin-left: 44px;">
|
||
<div style="font-size: 24px; margin-top: -40px;">Stafett for livet</div>
|
||
<div style="font-size: 10px; margin-top: -6px;"><b>KREFT</b>FORENINGEN</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div class="grid-container">
|
||
|
||
<div>
|
||
<nav>
|
||
<ul>
|
||
<li><a href="index.php">Forside</a></li>
|
||
<li><a href="example.php">Eksempel</a></li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
|
||
<div>
|
||
<main>
|