-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
42 lines (36 loc) · 1.27 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>contact
</title>
</head>
<body>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact</a></li></ul>
<h1>Ihr Kontakt zu uns</h1>
<div
<ul></ul>
<li>Telefon: 0123 456789
<li>E-Mail: <a href="mailto: dcq @ coffee - shop . com">dcq @ coffee - shop . com</a>
</div>
<div><img
src="https://images.pexels.com/photos/1684151/pexels-photo-1684151.jpeg?auto=compress&cs=tinysrgb&w=800"
alt="Vielen Dank auch für dieses dritte Foto"
width="200"
height="auto"
/></div>
<div><form action="submit-form.php" method="dialog">
<fieldset>
<legend><h2>Bitte füllen Sie diese Felder aus</h2></legend>
<label for="name">Name:</label>
<input type="text" id="name" name="name" /><br /><br />
<label for="email">Email:</label>
<input type="email" id="email" name="email" /><br /><br />
<label for="message">Message:</label>
<textarea id="message" name="message"></textarea><br /><br />
<button type="submit">Absenden</button>
</fieldset>
</form></div>