mirror of
https://github.com/moparisthebest/mail
synced 2024-11-12 12:15:07 -05:00
20 lines
512 B
HTML
20 lines
512 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.min.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>
|