<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="google-site-verification"
content="7UY7VcXR28Tpmw6m6fc6wtJJQvar71GKqGojp3HPb4Q"/>
<title>phantasus</title>
<link rel="stylesheet" href="css/phantasus-latest.min.css">
<script type="text/javascript" src="RELEASE.js"></script>
<script type="text/javascript" src="js/phantasus-external-other.min.js"></script>
<script type="text/javascript" src="js/phantasus-external-pdfkit-xlsx.min.js"></script>
<script type="text/javascript" src="js/phantasus-external-plotly.min.js"></script>
<script type="text/javascript"
src="https://apis.google.com/js/api.js"></script>
<script src="js/phantasus.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<noscript>
<p>Please enable JavaScript</p>
</noscript>
<div id="vis"></div>
<script type="text/javascript">
console.log(PHANTASUS_VERSION,'-',PHANTASUS_BUILD);
phantasus.Util.setLibrary('phantasus');
phantasus.Util.loadTrackingCode();
window.onerror = function () {
var errorObj = _.last(arguments);
var errorMsg = _.size(errorObj.message) ? errorObj.message : 'Oops, something went wrong. Please try again.';
phantasus.FormBuilder.showInModal({
title: 'Error',
html: errorMsg
});
};
phantasus.Util.browserCheck();
var landingPage = new phantasus.LandingPage();
</script>
</body>
</html>