mirror of
https://github.com/mjl-/mox.git
synced 2024-12-27 08:53:48 +03:00
17 lines
495 B
HTML
17 lines
495 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Message</title>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="page"><div style="padding: 1em">Loading...</div></div>
|
||
|
|
||
|
<!-- Load message data synchronously like in text.html, which needs it to generate a meaningful 'loaded' event, used for updating the iframe height. -->
|
||
|
<script src="parsedmessage.js"></script>
|
||
|
|
||
|
<script src="../../msg.js"></script>
|
||
|
</body>
|
||
|
</html>
|