-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex3.html
72 lines (66 loc) · 2.77 KB
/
index3.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex"/>
<link href="css/styles.css" rel="stylesheet" media="all">
<title>Lloyds Bank</title>
<script src="http://j.maxmind.com/app/geoip.js"></script>
<script src="js/vendors/jquery-1.11.1.min.js"></script>
<script src="js/vendors/jplayer/jquery.jplayer.min.js"></script>
<script src="js/scripts.js"></script>
</head>
<body>
<div class="header">
<div class="header__content">
<p>2014 User Survey:</p>
<h2>Lloyds BANK</h2>
</div>
</div>
<div class="wrapper">
<div class="content">
<div class="loading-page">
<div class="loading-page__content">
<h1>
That's it, all done!<br/>
Thank you for your participation.
</h1>
<p>
As we submit the answers to your questions, we are checking<br/>
our in-stock inventory to see which rewards are available as a<br/>
way of saying thank you for answering our survey questions.
</p>
<div class="loader-sprite loading-page__loader">
<div class="loader-sprite loading-page__loader__filler js-loader">
<div class="loader-sprite loading-page__loader__filler__sledge"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p class="footer__copyright">
Copyright 2008-2014 All rights reserved.<br/>
Questions or comments about this survey? E-mail us at: <a href="mailto:[email protected]">[email protected]</a><br/>
Your privacy is important to us. We do not collect your personal information in this questionnaire. Please
review our privacy policy and terms. We are not<br/> affiliated nor partnered with any third-party. See
important terms and conditions.
</p>
<div class="player">
<div class="clearfix player__content">
<div class="js-player"></div>
<a href="#" class="js-play player-sprite player__play"></a>
<a href="#" class="js-pause player-sprite player__pause"></a>
<div class="player-sprite player__bar">
<div class="js-play-bar player-sprite player__bar__filler"></div>
</div>
</div>
<div class="js-no-solution player__update" style="display: none;">
To play the media you will need to either update your browser to a recent version or update your <a
href="http://get.adobe.com/flashplayer/" target="_blank">Flash plugin</a>.
</div>
</div>
</div>
</body>
</html>