html
This commit is contained in:
parent
79f8854976
commit
fb5fed2064
54
src/index.html
Normal file
54
src/index.html
Normal 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 :</label>
|
||||
<input type="text" name="nom" required="required"/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="mail">Adresse mail :</label>
|
||||
<input type="email" name="mail" required="required"/>
|
||||
</div>
|
||||
<div>
|
||||
<label for="objet">Objet :</label>
|
||||
<input type="text" name="objet" />
|
||||
</div>
|
||||
<div>
|
||||
<label for="objet">Votre message :</label>
|
||||
<textarea name="message" required="required"></textarea>
|
||||
</div>
|
||||
<input type="submit" />
|
||||
</form>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
0
src/main.css
Normal file
0
src/main.css
Normal file
Loading…
Reference in New Issue
Block a user