<!doctype html>
|
<html lang="en" class="no-js">
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<!-- Tell the browser to be responsive to screen width -->
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
<asset:stylesheet src="application.css"/>
|
<!-- Font Awesome -->
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
|
<!-- Ionicons -->
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
<!--[if lt IE 9]>
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
<![endif]-->
|
|
<style type="text/css">
|
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
|
display: none !important;
|
}
|
</style>
|
|
<title>xDashAngular : Login</title>
|
<asset:link rel="icon" href="favicon.ico" type="image/x-ico" />
|
<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');
|
ga('create', 'UA-XXXXX-X');
|
ga('send', 'pageview');
|
</script>
|
<!-- Custom CSS -->
|
|
<!-- Custom Fonts -->
|
|
<!-- Morris Charts CSS -->
|
<!-- <link href="styles/morrisjs/morris.css" rel="stylesheet"> -->
|
|
<script type="text/javascript">
|
window.contextPath = "${request.contextPath}";
|
</script>
|
</head>
|
<body>
|
login
|
<asset:javascript src="/xdashangular/xdashangular.js" />
|
</body>
|
</html>
|