mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
✨ Introduced main research page (mobile design)
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user