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 -->
|
2013-07-30 04:07:42 -04:00
|
|
|
<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>
|
|
|
|
|
2013-06-04 15:36:13 -04:00
|
|
|
<body>
|
|
|
|
<div id="sandboxDiv">
|
2013-06-04 21:42:58 -04:00
|
|
|
<iframe src="sandbox.html" sandbox="allow-scripts" id="sandboxFrame" frameborder="0"></iframe>
|
2013-06-04 15:36:13 -04:00
|
|
|
</div>
|
|
|
|
</body>
|
2013-03-13 11:58:46 -04:00
|
|
|
|
|
|
|
</html>
|