mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
12 lines
340 B
PHP
12 lines
340 B
PHP
<header>
|
|
<nav class="navbar">
|
|
<h1>theses.fr</h1>
|
|
<form action="index.php" method="POST" class="navbar-input">
|
|
<input type="text" name="author" placeholder="nom auteur">
|
|
<button>
|
|
<img src="assets/search.svg" alt="search">
|
|
</button>
|
|
</form>
|
|
</nav>
|
|
</header>
|