client-ui
Version:
Testing implementation of nodeJs Backend, angular frontend, and hopefully in a way that this can be deployed to s3/cloudfront
81 lines (73 loc) • 3.31 kB
HTML
<html lang="en">
<head>
<title>RocketLoans | Simple, Rocket Fast Online Loans</title>
<meta description="RocketLoans and our partner company, Rocket Mortgage, teamed up to provide you with the simplest way to get a personal loan or a mortgage.">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- boomerang:js -->
<!-- endinject -->
<!-- app:css -->
<!-- endinject -->
</head>
<body>
<div ng-include="'nav-header/nav-header.html'"></div>
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10">
<div class="text-center" ng-hide="hideSpinner">
<br>
<i class="fa fa-spinner fa-pulse fa-5x"></i>
<br>
</div>
<ui-view ng-show="hideSpinner"></ui-view>
</div>
</div>
</div>
<!--footer-->
<div ng-include="'footer/footer.html'"></div>
<!--HIDE APP FROM ALL IE VERSIONS LESS THAN 10-->
<!--[if lt IE 10]>
<script type="text/javascript">
document.getElementsByTagName('body')[0].innerHTML = "<div align='center'>\
<h2 style='font-size:72px;'>You deserve the best.</h2>\
<h4 style='font-size:42px;'> And right now, you're not getting it</h4> \
<div align='left' style='width:700px'>\
<h6 align='left'> <img src='images/robot.jpg' alt='robot' style='float: left; height: 360px; width: 250px; ''>We want you to have the best experience possible with RocketLoans, but the browser you're using doesn't play nice with our websites. Please upgrade to the\ latest version of Internet Explorer, or try Chrome, Firefox, Opera or Safari.</h6>\
<p><b>Have a Question?</b></p>\
Call Us <br>\
Call <a href='tel://1-800-333-7625'>(800) 333-ROCK / (800) 333-7625</a> <br>\
9:00 am - 6:00 pm ET <br>\
Monday-Friday <br>\
</p>\
<p><b>Email Us</b><br>\
<a href='mailto:support@rocketloans.com'>support@rocketloans.com</a>\
</p>\
<div>\
</div>";
</script>
<![endif]-->
<!-- app:js -->
<!-- endinject -->
<div routed-service="" service-name="googleRecaptchaUi"></div>
<div routed-service="" service-name="equifaxDeviceVerifyUi"></div>
<script type="text/javascript">
window.recaptchaLoaded = false;
window.recaptchaCallback = function () {
window.recaptchaLoaded = true;
}
var io_enable_rip = true;
var io_install_flash = false;
var io_install_stm = false;
var io_exclude_stm = 12;
</script>
<script>
if(config.isProduction()){
// GOOGLE ANALYTICS
config.initializeGoogleAnalytics();
// Are You A Human
document.write(config.areYouHuman);
}
</script>
</body>
</html>