Mercurial > hg > rlgallery-misc
comparison web/download.html @ 22:10b79bca2142
Add a downloads page, and update some links.
author | John "Elwin" Edwards |
---|---|
date | Tue, 10 Sep 2013 15:23:13 -0400 |
parents | |
children | 070a9ced4d3e |
comparison
equal
deleted
inserted
replaced
21:453278a81371 | 22:10b79bca2142 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 <html> | |
3 <head> | |
4 <title>Downloads</title> | |
5 <link rel="stylesheet" type="text/css" href="/main.css"> | |
6 </head> | |
7 | |
8 <body> | |
9 <h1>Roguelike Gallery</h1> | |
10 <div class="nav"><a href="/">rlgallery.org</a> -> Downloads</div> | |
11 <div class="content"> | |
12 <p>You can download the games in the Gallery and play them on your own computer.</p> | |
13 <h2>Source code</h2> | |
14 <p><a href="/files/roguelike-r109-src.tgz">Download</a></p> | |
15 <p>Choose this if you want to build the games yourself, or investigate how they work.</p> | |
16 <h2>Linux</h2> | |
17 <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> | |
18 <p>Packages coming soon...</p> | |
19 <h2>Mac OS X</h2> | |
20 <p><a href="/files/roguelike-r109-osx.tgz">Download</a></p> | |
21 <p>These are unsigned, so your computer may complain about running untrusted programs. I'll fix this if someone sends me a | |
22 free MacBook and $100 for an Apple Developer account.</p> | |
23 <h2>Windows</h2> | |
24 <p>Coming soon...</p> | |
25 </div> | |
26 </body> | |
27 </html> |