1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-12-25 07:47:05 +00:00
mailinabox/management/templates/welcome.html
github@kiekerjan.isdronken.nl eeada2b9b5 merge changes from V55 upstream
2021-10-19 23:07:02 +02:00

17 lines
241 B
HTML

<style>
.title {
margin: 1em;
text-align: center;
}
.subtitle {
margin: 2em;
text-align: center;
}
</style>
<h1 class="title">{{hostname}}</h1>
<p class="subtitle">Welcome to your Mail-in-a-Box control panel.</p>