File: d.html

package info (click to toggle)
tworld 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,648 kB
  • sloc: ansic: 13,347; cpp: 3,175; perl: 2,465; makefile: 10
file content (66 lines) | stat: -rw-r--r-- 814 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<html>


<head>

<title>Chip's Challenge Level Pack 3</title>

<link rel="stylesheet" type="text/css" href="CCLP3.css">

</head>


<body>

<center>

<h2>Chip's Challenge Level Pack 3</h2>

<h3>The Secret Levels</h3>

<table class="LevelsTable" summary="List of levels and authors">

<tr>
<th>#</th>
<th>Title</th>
<th>Author</th>
</tr>

<tr>
<td align="right">145.</td>
<td>Recurring Dream</td>
<td>Madhav Shanbhag</td>
</tr>

<tr>
<td align="right">146.</td>
<td>Suspended Animation</td>
<td>Madhav Shanbhag</td>
</tr>

<tr>
<td align="right">147.</td>
<td>Avalanche</td>
<td>David Stolp</td>
</tr>

<tr>
<td align="right">148.</td>
<td>Diabolical</td>
<td>Joshua Bone</td>
</tr>

<tr>
<td align="right">149.</td>
<td>Mr. McCallahan Presents</td>
<td>John Lewis</td>
</tr>

</table>

</center>

</body>


</html>