worm.php

Denna kod är public domain. Om ni hittar fel eller vill ändra något i koden blir jag jätteglad om ni skickar dessa ändringar till jesper [at] fantasi [punkt] se.


<?php // yo, emacs! This is an -*- HTML -*- file.
  $title="the Worm";
  $currentFile=__FILE__;
  include("header.php");
?>

<h1>the Worm</h1>

<table width="100%"><tr>
  <td align="center">
    <applet codebase="java" code="Worm.class" width="264" height="299">
      This is a worm java applet.
    </applet>
  </td>
  <td valign="top">
    <a href="sourceview.php?file=source/Worm.java">View the Java source code</a><br>
    <a href="sourceview.php?file=cgi-bin/worm.pl">View the Perl CGI used to save hiscores</a>
  </td>
</tr></table>

<?php include("footer.php"); ?>