mirror of
https://github.com/moparisthebest/mail
synced 2025-02-12 21:20:14 -05:00
20 lines
532 B
HTML
Executable File
20 lines
532 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 data-main="index.js" src="lib/require.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="sandboxDiv">
|
|
<iframe src="sandbox.html" sandbox="allow-scripts" id="sandboxFrame" frameborder="0"></iframe>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |