comparison web/scoring/index.html @ 91:d417016bbf73

Small website changes.
author John "Elwin" Edwards
date Mon, 27 Jan 2020 18:11:53 -0500
parents 2cca66b3e262
children
comparison
equal deleted inserted replaced
90:44cf8c7c2c7a 91:d417016bbf73
4 <title>Scoring</title> 4 <title>Scoring</title>
5 <link rel="stylesheet" type="text/css" href="/main.css"> 5 <link rel="stylesheet" type="text/css" href="/main.css">
6 </head> 6 </head>
7 7
8 <body> 8 <body>
9 <h1>Yendor Guild</h1> 9 <h1>Roguelike Gallery Records</h1>
10 <div class="nav"><a href="/">rlgallery.org</a> -&gt; Scoring</div> 10 <div class="nav"><a href="/">RLGallery</a> -&gt; Scoring</div>
11 <div class="content"> 11 <div class="content">
12 <p>The Guild keeps a record of all brave Rogues who venture into the Dungeons of Doom.</p> 12 <p>The Gallery keeps a record of all brave Rogues who venture into the Dungeons of Doom.</p>
13 <ul> 13 <ul>
14 <li><a href="./high.cgi">High Scores</a></li> 14 <li><a href="./high.cgi">High Scores</a></li>
15 <li><a href="./players/">Explorers</a></li> 15 <li><a href="./players/">Explorers</a></li>
16 </ul> 16 </ul>
17 <h2>Statistics</h2> 17 <h2>Statistics</h2>
23 <li><a href="./arogue5.html">Advanced Rogue 5</a></li> 23 <li><a href="./arogue5.html">Advanced Rogue 5</a></li>
24 <li><a href="./arogue7.html">Advanced Rogue 7</a></li> 24 <li><a href="./arogue7.html">Advanced Rogue 7</a></li>
25 <li><a href="./xrogue.html">XRogue</a></li> 25 <li><a href="./xrogue.html">XRogue</a></li>
26 </ul> 26 </ul>
27 </div> 27 </div>
28 <div class="foot"><a href="/">rlgallery.org</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div> 28 <div class="foot"><a href="/">RLGallery</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div>
29 </body> 29 </body>
30 </html> 30 </html>