diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 21:55:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 21:55:18 +0000 |
commit | 53e3f22a12b7c3b2d867fd40a070661a1aad9797 (patch) | |
tree | a830a5fc41fb261b0d8ad3321733885d97c5bbf4 /htdocs/subprojects.php | |
parent | 7ee6b629e6ff8d2ce7619523b13ed0adbec22149 (diff) |
switched site over to PHP; make menu, quote, webring, and lastmodified include files
svn path=/trunk/; revision=470
Diffstat (limited to 'htdocs/subprojects.php')
-rw-r--r-- | htdocs/subprojects.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/htdocs/subprojects.php b/htdocs/subprojects.php new file mode 100644 index 00000000..2886c7c5 --- /dev/null +++ b/htdocs/subprojects.php @@ -0,0 +1,31 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<HTML> +<HEAD> +<TITLE>Pure Data External Repository</TITLE> +<link rel="stylesheet" type="text/css" href="pd.css" media="screen"> + +</HEAD> +<BODY text="#000000" bgcolor="#ffffff" > + +<div id="Menu"> + +| <a href="index.html" title=""><b>Introduction</b></a><br> +| <a href="download.html" title=""><b>Download</b></a><br> +| <a href="documentation.html" title=""><b>Documentation</b></a><br> +| <a href="developer.html" title=""><b>Developers</b></a><br> +| <a href="contact.html" title=""><b>Contact</b></a><br> + +<br> +<br> +<span style="font-size: xx-small"> +<b>Quote of the month</b><br /> +I think it is certainly true that the open-source movement is a very powerful +source toward higher-quality software, and I would turn the question around and +ask if open-source music wouldn t also be a very good thing. +</span> +<br><em>MSP</em> + +</div> + + +</BODY>
\ No newline at end of file |