mirror of
https://github.com/mjl-/mox.git
synced 2024-12-28 01:13:47 +03:00
16 lines
445 B
HTML
16 lines
445 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="page" style="opacity: .1">Loading...</div>
|
||
|
|
||
|
<!-- Load message data synchronously to generate a meaningful 'loaded' event, used by webmailmsg.html for updating the iframe height . -->
|
||
|
<script src="parsedmessage.js"></script>
|
||
|
|
||
|
<script src="../../text.js"></script>
|
||
|
</body>
|
||
|
</html>
|