-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommandeslogotlp.html
46 lines (45 loc) · 1.49 KB
/
commandeslogotlp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Commandes - Onegrah</title>
</head>
<body>
<header>
<nav>
<div id="bloc_header">
<div>
<p><img src="images/logo_onegraph_petit.png" alt="Logo Onegrah "></p>
</div>
<!---<div>
<h1 class="blancsite">Onegraph</h1>
</div>--->
<div>
<h2><a class="accueilhaut" href="accueil.html">Accueil</a></h2>
</div>
<div>
<h2><a class="commandeshaut" href="page_com.html">Commandes</a></h2>
</div>
<div>
<h2><a class="aproposhaut" href=".aproposdenous">À propos de nous</a></h2>
</div>
</div>
</nav>
</header>
<section>
<article>
<form method="post" action="traitement.php">
<p>
<label for="pseudonyme">Votre pseudonyme</label>
<input type="text" name="pseudonyme" id="pseudonyme" placeholder="utyr3456" /><br>
<label for="prenom">Votre prénom</label>
<input type="text" name="prenom" id="prenom" placeholder="Enzo" /><br>
<label for="email">Votre email</label>
<input type="email" name="email" id="email" placeholder="[email protected]"><br>
</p>
</form>
</article>
</section>
</body>
</html>