Metzploreur/views/a_propos.ejs
clement callaert fa4ebe9291 Version 1
2023-11-01 03:01:31 +01:00

39 lines
1.1 KiB
Plaintext

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page d'Accueil</title>
<link rel="stylesheet" type="text/css" href="css/page%20d'accueil.css">
</head>
<body>
<header>
<h1><a href="/" class="no-underline">BDS CentraleSupélec Metz</a></h1>
<div class="search-bar">
<input type="text" placeholder="Rechercher...">
<button>Rechercher</button>
</div>
</header>
<nav>
<ul>
<li><a href="/" class="custom-cursor">Accueil</a></li>
<li><a href="/A propos" class="custom-cursor">À Propos</a></li>
<li><a href="/Services" class="custom-cursor">Services</a></li>
<li><a href="/Contact" class="custom-cursor">Contact</a></li>
</ul>
</nav>
<main>
<section>
<h2>Section 1</h2>
<p>paragraphe</p>
<p>paragraphe</p>
</section>
<section>
<h2>Section 2</h2>
<p>paragraphe</p>
<p>paragraphe</p>
</section>
</main>
</body>
</html>