mirror of
https://github.com/moparisthebest/mail
synced 2024-12-25 08:48:56 -05:00
22 lines
594 B
HTML
Executable File
22 lines
594 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<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>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="sandboxDiv">
|
|
<iframe src="sandbox.html" sandbox="allow-scripts" id="sandboxFrame" frameborder="0"></iframe>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |