mirror of
https://github.com/moparisthebest/mail
synced 2024-11-23 09:22:23 -05:00
20 lines
508 B
HTML
20 lines
508 B
HTML
|
<!DOCTYPE html>
|
||
|
<html ng-app="mail" ng-csp>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Mail</title>
|
||
|
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link rel="stylesheet" media="all" href="css/all.css" type="text/css">
|
||
|
|
||
|
<!-- 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>
|