-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwform.html
94 lines (75 loc) · 3.71 KB
/
wform.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>cob</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Barlow" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=OpenSans" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="icon" href="./logo.ico">
</head>
<body>
<!-- LOGO -->
<img src="logo2.svg" alt="cob">
<!-- MUSTER WIDERRUFSFORMULAR -->
<!-- MAIL BUTTON -->
<div style="text-align:center; width:100%; padding:0; margin-top: 25px; margin-bottom: 55px;">
<a class="WForm" style="padding-left:20px; padding-right: 20px;"
href="
mailto:[email protected]
?subject=Widerruf
&message=Hiermit widerrufe(n) ich/wir (*) den von mir/uns (*) abgeschlossenen Vertrag über den Kauf der folgenden Waren (*)/die Erbringung der folgenden Dienstleistung (*)
_____________________________________________________
Bestellt am (*)/erhalten am (*)
__________________
Name des/der Verbraucher(s)
_____________________________________________________
Anschrift des/der Verbraucher(s)
_____________________________________________________
Unterschrift des/der Verbraucher(s) (nur bei Mitteilung auf Papier)
__________________
Datum
__________________
(*) Unzutreffendes streichen."
> Direkt eine E-Mail senden </a>
</div>
<!-- MUSTER -->
<h1>Muster Widerrufsformular</h1>
<div class="box">
<p style="text-align: center;"> Hiermit widerrufe(n) ich/wir (*) den von mir/uns (*) abgeschlossenen Vertrag über den Kauf der folgenden Waren (*)/die Erbringung der folgenden Dienstleistung (*)</p>
<p style="margin-top: 30px; text-align: center;">____________________________________</p>
<p style="text-align: center;">Bestellt am (*)/erhalten am (*) </p>
<p style="margin-top: 30px; text-align: center;">____________________________________</p>
<p style="text-align: center;">Name des/der Verbraucher(s) </p>
<p style="margin-top: 30px; text-align: center;">____________________________________</p>
<p style="text-align: center;">Anschrift des/der Verbraucher(s) </p>
<p style="margin-top: 30px; text-align: center;">____________________________________</p>
<p style="text-align: center;">Unterschrift des/der Verbraucher(s) (nur bei Mitteilung auf Papier) </p>
<p style="margin-top: 30px; text-align: center;">____________________________________</p>
<p style="text-align: center;">Datum </p>
<p style="margin-top: 30px; text-align: center;">____________________________________</p>
<p style="text-align: center;">(*) Unzutreffendes streichen. </p>
</div>
<!-- INFO -->
<div class="box" style="background-color: #f2f2f2; color: black; border: 5px; border-radius: 5px; padding: 7px; margin-top: 100px;">
<p style="text-align: center;color: black;"> (Wenn Sie den Vertrag widerrufen wollen, dann füllen Sie bitte dieses Formular aus und senden Sie es zurück.)</p>
<p style="text-align: center;color: black;">
An: <br>
Cob- Conceptstore <br>
Meike Pfeiffer <br>
Rüttenscheider Straße 34 B <br>
D-45128 Essen <br>
</p>
<p style="text-align: center;color: black;">
E-Mail: [email protected]
</p>
</div>
<!-- LINK ZURÜCK-->
<div style="text-align:left; width:98%; padding:0; margin-top: 15px;">
<a href="index.html" class="WForm" style="padding-right:15px;">
<i class="material-icons">arrow_left</i>
Impressum & AGB
</a>
</div>
</body>
</html>