mirror of
https://github.com/moparisthebest/mail
synced 2024-11-15 13:45:08 -05:00
20 lines
548 B
HTML
20 lines
548 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, maximum-scale=1.0, user-scalable=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>
|