Add a downloads page, and update some links.

This commit is contained in:
John "Elwin" Edwards 2013-09-10 15:23:13 -04:00
parent dc45fbe25e
commit c74f9cb333
6 changed files with 32 additions and 5 deletions

27
web/download.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Downloads</title>
<link rel="stylesheet" type="text/css" href="/main.css">
</head>
<body>
<h1>Roguelike Gallery</h1>
<div class="nav"><a href="/">rlgallery.org</a> -&gt; Downloads</div>
<div class="content">
<p>You can download the games in the Gallery and play them on your own computer.</p>
<h2>Source code</h2>
<p><a href="/files/roguelike-r109-src.tgz">Download</a></p>
<p>Choose this if you want to build the games yourself, or investigate how they work.</p>
<h2>Linux</h2>
<p>Download: <a href="/files/roguelike-r109-linux-x86.tgz">32-bit</a> <a href="/files/roguelike-r109-linux-x64.tgz">64-bit</a></p>
<p>Packages coming soon...</p>
<h2>Mac OS X</h2>
<p><a href="/files/roguelike-r109-osx.tgz">Download</a></p>
<p>These are unsigned, so your computer may complain about running untrusted programs. I'll fix this if someone sends me a
free MacBook and $100 for an Apple Developer account.</p>
<h2>Windows</h2>
<p>Coming soon...</p>
</div>
</body>
</html>