-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdanke.html
More file actions
47 lines (46 loc) · 2.37 KB
/
Copy pathdanke.html
File metadata and controls
47 lines (46 loc) · 2.37 KB
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
<!DOCTYPE html>
<html lang="de-de" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Blueforce Kontaktformular – Danke</title>
<meta name="description" content="Kontakt Blueforce Internet Solutions" />
<meta name="keywords" content="Webdesign, Webdesign Bern, Joomla, Wordpress, Trainer, Joomla Profi, Joomla Spezialist, Wordpress Trainer, Wordpress Spezialist, Marketing, Webseiten" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/kontakt.css" />
<link rel="stylesheet" type="text/css" href="css/component-form.css" />
<link rel="stylesheet" type="text/css" href="css/cs-select.css" />
<link rel="stylesheet" type="text/css" href="css/cs-skin-boxes.css" />
<script src="js/modernizr.custom.js"></script>
</head>
<body>
<div class="container">
<div class="fs-form-wrap" id="fs-form-wrap">
<div class="fs-title">
<h1>Danke – Versand erfolgreich!</h1>
<div class="codrops-top">
<a class="codrops-icon codrops-icon-prev" href="index.html"><span>Zurück zur Website</span></a>
<a class="codrops-icon codrops-icon-info" href="#"><span>Ich melde mich so rasch wie möglich bei dir. Solltest du innert 5 Arbeitstagen nichts von mir hören, kontaktiere mich erneut.</span></a>
</div>
</div>
</div>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//www.blueforce.ch/tracking/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//www.blueforce.ch/tracking/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>