This commit is contained in:
Adrian Amaglio 2020-05-12 13:19:22 +02:00
parent 79f8854976
commit fb5fed2064
3 changed files with 54 additions and 0 deletions

54
src/index.html Normal file
View File

@ -0,0 +1,54 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta lang="fr" />
<link rel="stylesheet/css" href="main.css" />
</head>
<body>
<header>
<h1>Métamorphose</h1>
<p>Manifeste de mode de seconde main, Manifeste pour la mode de demain.</p>
<a href="pdf/métamorphose1.pdf" id="download">Télécharger le magazine</a>
</header>
<section id="charte">
</section>
<section id="qui">
</section>
<section id="galerie">
</section>
<section id="audio">
</section>
<section id="contact">
<header>
<h2>Contactez nous</h2>
<form action="http://localhost:8080/submit" method="POST">
<input type="hidden" name="token" value="s0y6WANzU1XnYERoJxMwekP9pqilSVLK5Gbf3hmZadHB2rQ4u8" />
<div>
<label for="nom">Votre nom&nbsp;:</label>
<input type="text" name="nom" required="required"/>
</div>
<div>
<label for="mail">Adresse mail&nbsp;:</label>
<input type="email" name="mail" required="required"/>
</div>
<div>
<label for="objet">Objet&nbsp;:</label>
<input type="text" name="objet" />
</div>
<div>
<label for="objet">Votre message&nbsp;:</label>
<textarea name="message" required="required"></textarea>
</div>
<input type="submit" />
</form>
</section>
</body>
</html>

0
src/mai Normal file
View File

0
src/main.css Normal file
View File