mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
intégration formulaire avec l'api
This commit is contained in:
44
code/formulaire/merci.html
Normal file
44
code/formulaire/merci.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<title>Nom de l'exposition</title>
|
||||
<link href="style2.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<div class="banniere">
|
||||
<!-- image en baniere -->
|
||||
<img src="Logo-PACT.svg" class="img-fluid" alt="logo Téléreview" />
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="col-md-6 offset-md-3">
|
||||
<div class ='merci'>
|
||||
<p class ='merci'>
|
||||
Merci pour vos réponse <br>
|
||||
|
||||
Vos réponses ont bien été enregistré<br>
|
||||
<br>
|
||||
A la prochaine !
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user