-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
20 lines (20 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<head>
<title>Virtual World Archive</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<h1>Virtual World Archive</h1>
<div class="box">
<a href="Lance Pathfinder/info.html">Lance's Pathfinder Prototype</a>
<p>A prototype for a pathfinding made by Rocketsnail in flash 4. It's not specifically confirmed whether this is a prototype for Experimental Penguins or not, as in the forum post in which this was released it says both "Script simular(sic) to the Penguin Chat. Here's the link to one of my old versions in Flash 4.", similar either referring to that it wasn't made for EP, or that it was modified and it was made for EP. You decide.</p>
</div>
<div class="box">
<a href="Penguin Football Chat/info.html">Penguin Football Chat</a>
</div>
<div class="box">
<a href="Contact Music Penguin Chat/info.html">Contact Music Penguin Chat</a>
</div>
</div>
</body>