1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-08 03:58:21 -05:00
mail/src/index.html

22 lines
494 B
HTML
Raw Normal View History

2013-03-13 11:58:46 -04:00
<!DOCTYPE html>
<html ng-app="mail" ng-csp>
2013-03-13 11:58:46 -04:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2013-03-13 11:58:46 -04:00
<title>Mail</title>
<link href="css/reset.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
2013-03-13 11:58:46 -04:00
<!-- The Scripts -->
<script src="lib/require.js"></script>
<script src="require-config.js"></script>
<script src="js/app.js"></script>
2013-03-13 11:58:46 -04:00
</head>
<body>
2013-03-13 11:58:46 -04:00
<div ng-view></div>
</body>
</html>