37 lines
966 B
PHP
37 lines
966 B
PHP
|
<?php include( "header.php" ); ?>
|
||
|
|
||
|
<font size=6>Interesting Stories</font>
|
||
|
<table border=0 width="100%" cellpadding=5><tr><td bgcolor="#222222">
|
||
|
Click the images below to view each flip book.<br>
|
||
|
<br>
|
||
|
|
||
|
A <b>resource pack</b> is available for each story, free to everyone who bought download access to the game.
|
||
|
</td></tr></table>
|
||
|
<br>
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<center>
|
||
|
<a href="stories/Pareidolia/"><img src="stories/Pareidolia.png" width=640 height=416 border=0></a><br>
|
||
|
Pareidolia, by Jonathan D'Amato (played by Charles D'Amato)
|
||
|
</center>
|
||
|
|
||
|
<br>
|
||
|
<br>
|
||
|
|
||
|
<center>
|
||
|
<a href="stories/TheOtherOrchard/"><img src="stories/TheOtherOrchard.png" width=640 height=416 border=0></a><br>
|
||
|
The Other Orchard, by Gordon Levine (played by Maggie Gosselar)
|
||
|
</center>
|
||
|
|
||
|
|
||
|
<center>
|
||
|
<a href="stories/GrandmasPhoto/"><img src="stories/GrandmasPhoto.png" width=640 height=416 border=0></a><br>
|
||
|
Grandma's Photo, by Patrick Rodriguez (played by Adalberto Garza)
|
||
|
</center>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<?php include( "footer.php" ); ?>
|