summaryrefslogtreecommitdiffstats
path: root/genome-site/content/download.php
diff options
context:
space:
mode:
Diffstat (limited to 'genome-site/content/download.php')
-rw-r--r--genome-site/content/download.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/genome-site/content/download.php b/genome-site/content/download.php
new file mode 100644
index 0000000..f187c7d
--- /dev/null
+++ b/genome-site/content/download.php
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<? include("header.php") ?>
+ <div id="body">
+<? include("menu.php") ?>
+ <div id="content">
+ <div id="inner">
+ <h1>Download The Source!</h1>
+ <ul class="toc">
+
+ <li><a href="http://fedorahosted.org/genome">The Genome project is hosted on fedorahosted.org</a>
+ <ul>
+ <li><a href="/docs/genome/#genome-ContributeCodeCheckout">Checkout The Code</a></li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+<? include("footer.php") ?>
+