-
Notifications
You must be signed in to change notification settings - Fork 0
/
kontakt.html
77 lines (50 loc) · 1.78 KB
/
kontakt.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
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="babciprzepisy.css">
<title>Babci przepisy</title>
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="icon" href="Fotolia2.jpg" type="image/x-icon">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body>
<div class="main kontakt">
<h2>Send e-mail to [email protected]:</h2>
<form action="https://formspree.io/[email protected]"
method="POST">
<div class="form-group">
<label for="namefield">Your Name</label>
<input type="email" class="form-control inputfield" id="namefield" placeholder="Your Name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control inputfield" id="exampleInputEmail1" placeholder="Email" name="mail">
</div>
<div class="form-group">
<label for="message"> Your message</label>
<textarea name="textarea" rows="10" cols="50" placeholder="Write your message" id="message" class="form-control"></textarea>
</div>
<input type="submit" value="Send" class="btn btn-primary">
<input type="reset" value="Reset" class="btn btn-danger">
</form>
</div>
<header>
<nav id="menu">
<ul>
<li><a href="index.html"><b>Główna</b></a></li>
<li><a href="sernik.html"><b>Sernik</b></a></li>
<li><a href="dania_glowne.html"><b>Dania główne</b></a></li>
<li><a href="desery.html"><b>Desery</b></a></li>
<li><a href="kontakt.html"><b>Kontakt<b></a></li>
</ul>
</nav>
</header>
<section>
</section>
<section>
<p>
</p>
</section>
</body>
</html>