-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
32 lines (29 loc) · 893 Bytes
/
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
<html>
<head>
<title>AnuarGit Contacto "Contacto"</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<meta charset="utf-8" />
</head>
<body>
<body id="contacto" style="width: 500px;">
<h1>Página de contacto</h1>
<hr>
<img src="https://cdn3.iconfinder.com/data/icons/tango-icon-library/48/face-smile-128.png" style="float: right" />
<div>
<label>Asunto:</label><br/>
<textarea></textarea>
</div>
<div>
<label>Tu e-mail:</label><br/>
<textarea></textarea>
</div>
<div>
<label>Comentario:</label><br/>
<textarea></textarea>
</div>
<div><hr>
<button> Enviame!</button>
</div>
</body>
</html>