Skip to content

Instantly share code, notes, and snippets.

@stewones
Last active August 29, 2015 14:10
Show Gist options
  • Save stewones/97c9fdb1eae0cb72b043 to your computer and use it in GitHub Desktop.
Save stewones/97c9fdb1eae0cb72b043 to your computer and use it in GitHub Desktop.
lol
<!doctype html>
<html class="no-js" lang="pt-br" ng-app="app.esbox">
<head>
<meta charset="utf-8">
<title>esbox</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="ES Tecnologia">
<meta name="robots" content="noindex, nofollow">
<link rel="stylesheet" href="styles/vendor.css">
<link rel="stylesheet" href="styles/theme.css">
<link rel="stylesheet" href="styles/icons.css">
<link rel="stylesheet" href="styles/app.css">
<script src="scripts/modernizr.js"></script>
</head>
<body class="page-body page-fade boxed-layout">
<toaster-container toaster-options="{'position-class': 'toast-top-right'}"></toaster-container>
<div ui-view="esboxLoginView"></div>
<div ui-view="esboxContentView" ng-show="sessionActive()"></div>
<script>
/* (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X');ga('send','pageview');*/
</script><script src="scripts/vendor.js"></script><script src="scripts/stpa.js"></script><script src="scripts/app.esbox.js"></script><script src="app/config/esbox.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment