<!doctype html>
<html>
	<head>
		<title>Mox Webmail</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1" />
		<style>
h1, h2 { margin-bottom: 1ex; }
h1 { font-size: 1.1rem; }
[title]:hover { text-decoration: underline; text-decoration-style: dotted; }
.silenttitle { text-decoration: none; }
fieldset { border: 0; }
.loading { opacity: 0.1; animation: fadeout 1s ease-out; }
@keyframes fadein { 0% { opacity: 0 } 100% { opacity: 1 } }
@keyframes fadeout { 0% { opacity: 1 } 100% { opacity: 0.1 } }
.invert { filter: invert(100%); }

/* css placeholder */
		</style>
	</head>
	<body>
		<div id="page"><div style="padding: 1em; text-align: center">Loading...</div></div>
		<script>
/* js placeholder */
		</script>
	</body>
</html>