parent
7caa4f5c4e
commit
402df4515b
1 changed files with 20 additions and 11 deletions
|
@ -14,11 +14,14 @@
|
|||
padding-bottom: 3.5rem;
|
||||
}
|
||||
|
||||
p, ul, li {
|
||||
p,
|
||||
ul,
|
||||
li {
|
||||
font-size: 15pt
|
||||
}
|
||||
|
||||
th, td {
|
||||
th,
|
||||
td {
|
||||
font-size: 20pt;
|
||||
width: 30%;
|
||||
}
|
||||
|
@ -26,7 +29,7 @@
|
|||
#small td {
|
||||
font-size: 12.5pt;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
@ -44,21 +47,24 @@
|
|||
<body>
|
||||
<div id=content>
|
||||
<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>
|
||||
<ul>
|
||||
<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>
|
||||
<ul>
|
||||
<li>Static sites? No problem!</li>
|
||||
<li>Front-end + back-end? No problem!</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>
|
||||
|
||||
|
||||
<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>
|
||||
<table align=center>
|
||||
|
@ -84,14 +90,17 @@
|
|||
<br><br>
|
||||
|
||||
<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>Also feel free to leave there any issues you may find, or your ideas.</p>
|
||||
<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>Also feel free report any issues you may find, or leave your ideas.</p>
|
||||
</div>
|
||||
<footer>
|
||||
<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>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Reference in a new issue