]> git.ozlabs.org Git - ccan/blobdiff - web/staticupload.php
Makefile: fix fastcheck.
[ccan] / web / staticupload.php
index 7cbb64f1b9e27d42ecb2fd40aa46dc9b4cc2a0f2..19dbedec22d1bdf8435b80c77187bdb129a61f63 100644 (file)
@@ -5,26 +5,20 @@ include('logo.html');
 include('menulist.html');
 include('static-configuration');
 ?>
-<html>
+<div class='content'>
 <h3 align="center"> Upload Code</h3>
 
-<table width="70%" align="center">
-<tr>
-<td>
 <p>
 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 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>
-</td>
-</tr>
-</table>
 
-<table width="70%" align="center">
+<table align="center">
 <tr>
 <p>
 <form enctype="multipart/form-data" action="<?=$uploadscript?>" method="POST">
@@ -50,5 +44,5 @@ people can browse and download it.
 </tr>
 </table>
 </form>
-<hr>
+</div>
 </html>