-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
69 lines (63 loc) · 2.66 KB
/
contact.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="fr">
<head>
<title> Baptiste POUGET </title>
<link title="pagestyle" rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/png" href="img/favicon.png" />
<meta charset="utf-8"/>
<meta name="description" content="Site web de Baptiste POUGET"/>
<meta name="keywords" content="Baptiste POUGET, POUGET, IUT,Aix-en-Provence, Informatique, tulas.xyz "/>
<meta name=viewport content='width=830'/>
</head>
<body>
<header>
<table class="menu" >
<tr>
<td><span class="fndeco">f(</span></td>
<td class="logoflip"> <a href="logo.html"> <img src="img/logo.png" alt="Logo" title="Logo" height="96" width="96" ></a></td>
<td><h1>Baptiste POUGET</h1></td>
<td><a href="index.html">Accueil</a></td>
<td><a href="projects.html">Projets</a></td>
<td><a href="download.html">Téléchargements</a></td>
<td><a href="links.html">Liens</a></td>
<td><a href="contact.html">Contact</a></td>
<td><span class="fndeco">)</span></td>
</tr>
</table>
</header>
<span class="fndeco haut">{</span>
<section id="bod">
<h2>Contact</h2>
<p>Courriel : [email protected]</p>
<form id="form" action="mailto:[email protected]" method="post" enctype="text/plain" >
<div>
<label for="nom">Nom :</label>
<br/>
<input type="text" id="nom" />
</div>
<div>
<label for="courriel">Courriel :</label>
<br/>
<input type="email" id="courriel" />
</div>
<div>
<label for="message">Commentaire :</label>
<br/>
<textarea id="message" name="commentaire" rows="14" cols="50"></textarea>
</div>
<div>
<br>
<input type="submit" value="Envoyer"/>
</div>
</form>
</section>
<span class="fndeco bas">}</span>
<footer>
<span class="fndeco">/*</span>
<p>Copyright (c) 2016 Baptiste Pouget <br />
Ce site est distribué sous les termes de la licence Creative Commons Attribution ShareAlike 4.0 (CC BY-SA 4.0).</p>
<span class="fndeco">*/</span>
<a href="https://creativecommons.org/licenses/by-sa/4.0/legalcode"> <img src="img/CC-BY-SA.png" alt="CC-BY-SA" title="Licence CC-BY-SA" > </a>
</footer>
</body>
</html>