-
Notifications
You must be signed in to change notification settings - Fork 0
/
dankeseite.php
68 lines (46 loc) · 1.61 KB
/
dankeseite.php
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="Tania Nowak">
<meta name="description" content="Welche verschiedenen Dildo- und Vibratorarten gibt es und welche passt zu mir? In diesem E-Book stellen wir dir die wichtigsten Arten und Unterschiede vor.">
<meta name="keywords" content="Dildo, Dildoarten, Vibrator, Vibratorarten">
<title>Dildos - Ratgeber E-Book - Dankeseite</title>
<?php include("includes/scripts_head.php")
?>
</head>
<body data-spy="scroll" data-target="#scrollspy">
<!--Main Navigation-->
<?php include("includes/fixed/navigation-bar.php")
?>
<!--Main Navigation-->
<!--Main layout-->
<main class="mt-5 pt-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="h1-responsive">Dildos - Ratgeber E-Book - Dankeseite</h1>
</div>
</div>
<div class="row">
<div class="col-12">
<h2 class="h2-responsive">Vielen Dank für Ihren Einkauf</h2>
<p>Die Abbuchung erfolgt durch Digistore24</p>
<p>Schauen Sie in Ihr E-Mail Postfach. Dort finden Sie Ihre Kaufbestätigung mit einem Link zum Download der PDF Datei.</p>
</div>
</div>
</div>
</main>
<!--Main layout-->
<!--Footer-->
<?php include("includes/fixed/footer.php")
?>
<!--/.Footer-->
<!-- SCRIPTS -->
<?php include("includes/scripts_final.php")
?>
<!-- /SCRIPTS -->
</body>
</html>