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

39 lines
1.2 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-daccueil.css">
</head>
<body>
<header>
<h1><a href="index.ejs" 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="index.ejs" class="custom-cursor">Accueil</a></li>
<li><a href="A%20propos.html" class="custom-cursor">À Propos</a></li>
<li><a href="services.ejs" class="custom-cursor">Services</a></li>
<li><a href="Contact.html" 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>