1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/index.html

22 lines
594 B
HTML
Raw Normal View History

2013-03-13 11:58:46 -04:00
<!DOCTYPE html>
2013-03-29 05:47:32 -04:00
<html>
2013-03-13 11:58:46 -04:00
<head>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta charset="utf-8">
<title>Mail</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css"/>
<!-- The Scripts -->
<script src="lib/require.js"></script>
<script src="require-config.js"></script>
<script src="index.js"></script>
2013-03-13 11:58:46 -04:00
</head>
<body>
<div id="sandboxDiv">
<iframe src="sandbox.html" sandbox="allow-scripts" id="sandboxFrame" frameborder="0"></iframe>
</div>
</body>
2013-03-13 11:58:46 -04:00
</html>