2013-10-16 08:03:13 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html ng-app="mail" ng-csp>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Mail</title>
|
|
|
|
|
2013-12-06 11:11:57 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
2013-10-22 12:26:30 -04:00
|
|
|
<link rel="stylesheet" media="all" href="css/all.min.css" type="text/css">
|
2013-10-16 08:03:13 -04:00
|
|
|
|
|
|
|
<!-- The Scripts -->
|
|
|
|
<script src="lib/require.js"></script>
|
|
|
|
<script src="require-config.js"></script>
|
|
|
|
<script src="js/app.js"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body key-shortcuts>
|
|
|
|
<div ng-view class="main-app-view"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|