cleaned up homepage

This commit is contained in:
ahriman 2018-12-23 07:50:47 +01:00
parent 61d8743946
commit 52ee0c7efe
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ em {
font-style: bold;
}
h1 {
font-size: 20px;
font-size: 3em;
text-align: center;
margin-left: auto;
margin-right: auto;

View File

@ -20,14 +20,14 @@ _/ |_|__| | __| _/____ ________________ __ _ _| |
</div>
<div id="content">
<p>"A roguelike adventure through dungeons filled with dangerous monsters in a quest to find the mystifyingly fabulous Orb of Zot." - <a href="http://crawl.develz.org">DCSS</a></p>
<p>For a graphical game, <a href="http://crawl.tildeverse.org:8080">play webtiles</a>!</p>
<h1><a href="http://crawl.tildeverse.org:8080">[PLAY]</a></h1>
<p>Console games via SSH <a href="dcss.key">require this key</a>. Please connect to the "dcss" user. If you are using Linux, BSD, or macOS you can connect via terminal using:</p>
<p><code>ssh -i ./dcss.key dcss@crawl.tildeverse.org</code></p>
<p>
<ul>
<li><a href="/crawl/morgue">Morgue files</a></li>
<li><a href="/crawl/rcfiles">Player RC files</a></li>
<li><a href="/crawl/ttyrec">TTY Recordings</a></li>
<li><a href="/crawl/ttyrec">ttyrec Recordings</a></li>
</ul></p>
<p>DCSS itself is updated nightly and follows the official DCSS git repo. Morgues, RC files, and ttyrecs are <a href="https://tildegit.org/crawl">backed up to our TildeGit</a> daily.</p>
<p>Run a shell account server and want to easily provide console access to this DCSS instance for your users? Grab the ssh key, place it somewhere on your server, and create a file at <code>/usr/local/bin/dcss</code> with the following contents:<br />