Files
xamxam/apps/public/inc/header.php
2026-02-05 17:37:07 +01:00

30 lines
1.0 KiB
PHP

<!-- header.php -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Posterg</title>
<link rel="stylesheet" href="assets/normalize.css">
<link rel="stylesheet" href="assets/posterg.css?v=2">
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="index.php">
<h1 class="title is-1">Mémoire post-ERG/A life after ERG</h1>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<a href="search.php" class="navbar-item">Rechercher</a>
<a href="apropos.php" class="navbar-item">À propos</a>
<a href="contact.php" class="navbar-item">Contact</a>
<a href="licences.php" class="navbar-item">Licences</a>
</div>
</div>
</nav>