ajout du header et menu

This commit is contained in:
Pontoporeia
2022-12-16 16:13:18 +01:00
parent 50b6f15ecf
commit f82a0e6841

View File

@@ -8,15 +8,29 @@
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
</head> </head>
<header>
<!-- ENTÊTE -->
<div id="header">
<h1><a href="index.html">Mémoire post-ERG/A life after ERG</a></h1>
</div>
</header>
<body> <body>
<!-- MENU -->
<div class="menu">
<input type="search" name="search" placeholder="Recherche..." button class="boutton boutton1"></input>
<a href="formulaire.html" button class="boutton boutton1">Partager un mémoire</a>
<a href="apropos.html" button class="boutton boutton1">À propos</a>
<a href="contact.html" button class="boutton boutton1">Contact</a>
<a href="licences.html" button class="boutton boutton1">Licences</a>
</div>
<div id="wrapper"> <div id="wrapper">
<header>
<h1><a href="index.html">Post-ERG</a></h1>
<nav></nav>
</header>
<section id="main-content"> <section id="main-content">