Matt Rider 3d487757bc Improve maintenance.html
- add image, basic styling
2019-07-12 07:31:25 -03:00

20 lines
655 B
HTML

<body style="background-color: #F5F4F6;">
<div style="margin: 3em;vertical-align: middle;text-align: center;">
<h1 style="float: left;width: 25%;margin-right: 1em;">
At the moment we are doing some scheduled maintenance, please try again
later.
</h1>
<img
src="./onourjourney.svg"
alt="Maintenance mode image"
style="width: 35em;"
/>
<h1 style="float: right;width: 25%;margin: 12em 1em 5em 2em;">
Any Questions or concerns, send an email to <br />
<a href="mailto:info@human-connection.org" style="margin-left: -5em;"
>info@human-connection.org</a
>
</h1>
</div>
</body>