Introduced main research page (mobile design)

This commit is contained in:
Florian SYLVAIN
2021-10-29 10:34:24 +02:00
parent c2d717409e
commit 4cfcf90ffc
4 changed files with 120 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
<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>