-
Notifications
You must be signed in to change notification settings - Fork 0
/
advisorverify.html
executable file
·100 lines (97 loc) · 5.97 KB
/
advisorverify.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
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FlexScore - Verify Your Account</title>
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="description" content="FlexScore gives you total financial clarity wrapped up in a single score. It's fast, free, and even a little fun.">
<meta name="author" content="FlexScore">
<meta name="keywords" content="">
<meta property="og:title" content="FlexScore - Recover Password">
<meta property="og:url" content="https://www.flexscore.com/forgotpassword">
<meta property="og:locale" content="en_US">
<meta property="og:description" content="FlexScore gives you total financial clarity wrapped up in a single score. It's fast, free, and even a little fun.">
<meta property="og:image" content="https://www.flexscore.com/ui/images/home_laptop.png">
<meta content="u3kX0jqV2_YEhCCIzKks2-P3Ws45R2ESrSsLQkRCiaQ" name="google-site-verification">
<meta content="xZIdeyYAE_R97c0H6OGvkHeVWEI" name="alexaVerifyID">
<meta name="msvalidate.01" content="1967933DCC3E8DF336994671EAAE77FD" />
<script type="text/javascript" src="./uiconf.js"></script>
<!-- Le styles -->
<link href="./ui/css/bootstrap/bootstrap.css" rel="stylesheet">
<style type="text/css">body {padding-top: 60px;padding-bottom: 40px;}
</style>
<link rel="stylesheet" href="./ui/css/jquery.bxslider2.css?v=1" type="text/css" media="screen">
<link rel="stylesheet" href="./ui/css/normalize.css" type="text/css" media="screen">
<link rel="stylesheet" href="./ui/css/main.css" type="text/css" media="screen">
<link rel="stylesheet" href="./ui/css/css.css?v=5" type="text/css" media="screen">
<link rel="stylesheet" href="./ui/css/tabCss.css?v=2" type="text/css" media="screen">
<link rel="stylesheet" href="./ui/css/fonts.css" type="text/css">
<link rel="stylesheet" href="./ui/css/bootstrap/flexscore.css?v=2" type="text/css" media="screen">
<link rel="stylesheet" href="./ui/css/bootstrap/bootstrap-buttons-ls.css" type="text/css">
<link href="./ui/css/bootstrap/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="./ui/images/favicon.png">
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<style>
</style>
</head>
<body id="body">
<input type="hidden" id="currentPage" value="forgotpassword">
<div class="container col750" >
<div style="padding:0px 0px 5px 5px;width:160px;font-size:0.9em">
<a href="./">
<img width="160" alt="FlexScore Logo" src="./ui/images/logo-color-trans.png" style="width:160px" /></a>
<br>
<div class="clearOnly"></div>
</div>
<!-- TABBED CONTENT -->
<div id="signIn" class="row-fluid">
<div class="content tab-content">
<!-- SIGN IN TAB -->
<div class="tab-pane fade active in" id="advisorVerifyContents">
</div>
</div>
<div class="clearEverything">
</div>
</div>
<div class="clearEverything">
</div>
<!-- END TABBED CONTENT -->
<div id="footerSignup">
<div>
<div class="secureGuarantee floatL">
</div>
<div class="floatL" style="width:90%">
<strong>Secure Guarantee</strong><br />FlexScore is fully-equipped with 256-bit SSL encryption. That's the same level of security your bank or broker uses.
</div>
<div class="clearOnly"></div>
</div>
<div>
<a title="Click to Verify - This site has chosen a VeriSign SSL Certificate to improve Web site security" class="verisignSSL" href="https://sealinfo.verisign.com/splash?form_file=fdf/splash.fdf&dn=www.flexscore.COM&lang=en" target="_blank" style>
<img width="125" src="./ui/images/norton.png" alt="Verisign SSL Certificate" style="width:125px" />
</a>
<a oncontextmenu="alert('Copying Prohibited by Law - McAfee SECURE is a Trademark of McAfee, Inc.'); return false;" title="McAfee SECURE sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams" href="https://www.mcafeesecure.com/RatingVerify?ref=www.flexscore.com" target="_blank" style>
<img src="./ui/images/mcafee.png" alt="McAfee SECURE Trustmark" />
</a>
</div>
</div>
</div>
<br>
<div class="slider">
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script data-main="./ui/js/madvisorverify" src="./ui/js/require-jquery.js"></script>
</body>
</html>