1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2026-06-15 21:05:26 -04:00

first commit

This commit is contained in:
2013-05-05 17:56:42 -04:00
commit 1fe4d45603
106 changed files with 2210 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+15
View File
@@ -0,0 +1,15 @@
<HTML>
<HEAD>
<title>Pac Man</title>
<META NAME="Generator" CONTENT="NetObjects Fusion Trial 2.0.2 for Windows">
<META name="keywords" content="games, pacman, Pac-Man, java, applet">
</HEAD>
<BODY background="pacmaze1.jpg" TEXT="#ffffff">
<CENTER><IMG SRC="pactitle.jpg" ></CENTER>
<CENTER><applet code="PacManApp.class" width=526 height=427></applet></CENTER>
Binary file not shown.
+44
View 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(); ?>
+19
View File
@@ -0,0 +1,19 @@
THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com
PASTE THIS SCRIPT INTO YOUR BODY TAG
<BODY background="pacmaze1.jpg" TEXT="#ffffff">
<applet code="PacManApp.class" width=526 height=427></applet></CENTER>
THIS SCRIPT BROUGHT TO YOU BY JAVAFILE.COM - http://www.javafile.com
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB