You've already forked my-first-website
mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-09-18 15:55:31 -04:00
first commit
This commit is contained in:
44
games/pacman/pacman.php
Normal file
44
games/pacman/pacman.php
Normal file
@@ -0,0 +1,44 @@
|
||||
|
||||
<?
|
||||
|
||||
/*
|
||||
include("../../global.php");
|
||||
|
||||
$headtag = '';
|
||||
|
||||
// below is the bodytag,headtag,tablecolor
|
||||
|
||||
head("",$headtag,"",$cat);
|
||||
|
||||
*/
|
||||
?>
|
||||
|
||||
<!-- START MAIN BODY CONTENT-->
|
||||
|
||||
|
||||
<!--TITLE HERE-->
|
||||
|
||||
<DIV ALIGN="center"><FONT SIZE="4"><B>Pacman</B></FONT>
|
||||
|
||||
<BR><BR><BR>
|
||||
<!--DESCRIPTION HERE-->
|
||||
|
||||
The old arcade classic video game reborn in a java applet! Great fun!
|
||||
<BR><BR>
|
||||
<!--BODY CODE HERE-->
|
||||
<applet code="PacManApp.class" width=526 height=427></applet><BR><BR>
|
||||
|
||||
Author: Jean Francois Buisson
|
||||
|
||||
<BR><BR>
|
||||
|
||||
<A href="http://www.javafile.com/games/pacman/pacman.zip"><B>Download the Script</B></A></P>
|
||||
|
||||
</DIV>
|
||||
|
||||
|
||||
<!-- END MAIN BODY CONTENT-->
|
||||
|
||||
|
||||
|
||||
<? footer(); ?>
|
Reference in New Issue
Block a user