parent
7caa4f5c4e
commit
402df4515b
1 changed files with 20 additions and 11 deletions
|
@ -14,11 +14,14 @@
|
||||||
padding-bottom: 3.5rem;
|
padding-bottom: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
p, ul, li {
|
p,
|
||||||
|
ul,
|
||||||
|
li {
|
||||||
font-size: 15pt
|
font-size: 15pt
|
||||||
}
|
}
|
||||||
|
|
||||||
th, td {
|
th,
|
||||||
|
td {
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
|
@ -26,7 +29,7 @@
|
||||||
#small td {
|
#small td {
|
||||||
font-size: 12.5pt;
|
font-size: 12.5pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -44,21 +47,24 @@
|
||||||
<body>
|
<body>
|
||||||
<div id=content>
|
<div id=content>
|
||||||
<h1 align=center>It's working! 🎉🎉🎉</h1>
|
<h1 align=center>It's working! 🎉🎉🎉</h1>
|
||||||
<p align=center>It is running! Now you can begin your <b>very</b> awesome thing!<p>
|
<p align=center>It is running! Now you can begin your <b>very</b> awesome thing!
|
||||||
|
<p>
|
||||||
|
|
||||||
<h2 align=center>What is this Power Mail-in-a-Box able to do for you?</h2>
|
<h2 align=center>What is this Power Mail-in-a-Box able to do for you?</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Send and receive mail (duh);</li>
|
<li>Send and receive mail (duh);</li>
|
||||||
<li>Be your <a href="https://wiki.gnupg.org/WKD">Web Key Directory</a> server, if you're into GnuPG and all that jazz. No need to rely on public keyservers!</li>
|
<li>Be your <a href="https://wiki.gnupg.org/WKD">Web Key Directory</a> server, if you're into GnuPG and all
|
||||||
|
that jazz. No need to rely on public keyservers!</li>
|
||||||
<li>Also be your web server - if you want:</li>
|
<li>Also be your web server - if you want:</li>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Static sites? No problem!</li>
|
<li>Static sites? No problem!</li>
|
||||||
<li>Front-end + back-end? No problem!</li>
|
<li>Front-end + back-end? No problem!</li>
|
||||||
<li>PHP? <b>Did I stutter?</b> We got you!</li>
|
<li>PHP? <b>Did I stutter?</b> We got you!</li>
|
||||||
<li>How many sites can I host at the same time? How many you want (provided your server can handle all of them, of course)</li>
|
<li>How many sites can I host at the same time? How many you want (provided your server can handle all
|
||||||
|
of them, of course)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2 align=center>Let's begin, then?</h2>
|
<h2 align=center>Let's begin, then?</h2>
|
||||||
<p align=center>This Power Mail-in-a-Box was configured with the name <code>{{PRIMARY_HOSTNAME}}</code>.</p>
|
<p align=center>This Power Mail-in-a-Box was configured with the name <code>{{PRIMARY_HOSTNAME}}</code>.</p>
|
||||||
<table align=center>
|
<table align=center>
|
||||||
|
@ -84,14 +90,17 @@
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<h2 align=center>Oh and by the way: thank you for sticking by!</h2>
|
<h2 align=center>Oh and by the way: thank you for sticking by!</h2>
|
||||||
<p align=center>This project is maintained <a href="https://github.com/ddavness/power-mailinabox">on GitHub</a>. Feel free to take a peek and maybe leave a star. It is very much appreciated! ❤</p>
|
<p align=center>This project is maintained <a href="https://github.com/ddavness/power-mailinabox">on GitHub</a>.
|
||||||
<p align=center>Also feel free to leave there any issues you may find, or your ideas.</p>
|
Feel free to take a peek and maybe leave a star. It is very much appreciated! ❤</p>
|
||||||
|
<p align=center>Also feel free report any issues you may find, or leave your ideas.</p>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<p align=center>
|
<p align=center>
|
||||||
Unless you moved the folder elsewhere, or you manually added this file, it is located at <code>{{STORAGE_ROOT}}/www/default/index.html</code> on the server - feel free to remove it whenever you want.
|
Unless you moved the folder elsewhere, or you manually added this file, it is located at
|
||||||
|
<code>{{STORAGE_ROOT}}/www/default/index.html</code> on the server - feel free to remove it whenever you
|
||||||
|
want.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue