-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmerci.html
59 lines (43 loc) · 1.85 KB
/
merci.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
<!DOCTYPE html>
<html>
<head>
<title>Merci</title>
<!-- Css -->
<link href="css/fonts.css" rel="stylesheet" media="screen">
<link href="css/cryptris.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="vendor/html5shiv.js"></script>
<script src="vendor/respond.min.js"></script>
<![endif]-->
<script src="vendor/jquery-1.10.2.min.js"></script>
<script src="js/prototype-additions.js"></script>
<script src="js/cryptris-settings.js"></script>
<script src="js/viewport.js"></script>
<script src="js/mobile-detection.js"></script>
<script src="js/selectable-list.js"></script>
<script src="vendor/caat.js"></script>
<script src="js/preloaded_images.js"></script>
<script src="js/preloader.js"></script>
<script src="js/index.js"></script>
</head>
<body class="">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
//console.log(cryptrisSettings.appUrl);
ga('create', cryptrisSettings.appAnalyticsId );
ga('send', 'pageview');
</script>
<!-- post_id should be defined, if not the user probably just canceled -->
<div id="menu-view" class="wrapperbis bg-circuits">
<div class="vertical-centering">
<img class="cryptris-logo-large" src="img/logo-cryptris-large.png">
<h3 style='margin-top: 30px'>Merci!</h3>
<a class="button" style="margin-top:40px; display:inline-block" onclick="javascript:window.close()">fermer cette fenêtre</a></p>
</div>
</div>
</body>
</html>