]> git.ozlabs.org Git - ccan/blobdiff - web/staticupload.php
Changed the look of the website. Added a new logo design (source SVG included). Fixed...
[ccan] / web / staticupload.php
index 998ca21cb7945cd7f931f88eb01481a7686f0f6d..d692bf53212e7927ed0901ac34b3bad0b1a9ce29 100644 (file)
@@ -5,7 +5,7 @@ include('logo.html');
 include('menulist.html');
 include('static-configuration');
 ?>
-<html>
+<div class='content'>
 <h3 align="center"> Upload Code</h3>
 
 <table width="70%" align="center">
@@ -16,7 +16,7 @@ Got C code sitting around which might help someone?  Put it to work
 by uploading here; .tar.gz, .zip or even single C files.
 </p>
 
-<p>If it has a valid _info.c file and a testsuite (see <a href="http://ccan.ozlabs.org/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
+<p>If it has a valid _info file and a testsuite (see <a href="http://ccodearchive.net/Wiki/ModuleGuide">the module creation guide</a>), it'll go into the
 main repository.  Otherwise, it'll go into our "junkcode" area where
 people can browse and download it.
 </p>
@@ -50,5 +50,5 @@ people can browse and download it.
 </tr>
 </table>
 </form>
-<hr>
+</div>
 </html>