File: b.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 (53 lines) | stat: -rw-r--r-- 924 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
<html>
<head>
  <title>Chip's Challenge Level Pack 4</title>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  <link rel="stylesheet" type="text/css" href="CCLP4.css">
</head>
<body>
  <h2 class="title">Chip's Challenge Level Pack 4</h2>
  <h3 class="title">The Secret Levels</h3>

  <table class="level-table">

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

  <tr>
  <td class="right">145.</td>
  <td>Hacked Save File</td>
  <td>Josh Lee</td>
  </tr>

  <tr>
  <td class="right">146.</td>
  <td>Japanese Game Show</td>
  <td>J.B. Lewis</td>
  </tr>

  <tr>
  <td class="right">147.</td>
  <td>Gimmick Isle</td>
  <td>Tyler Sontag</td>
  </tr>

  <tr>
  <td class="right">148.</td>
  <td>Gravity Well</td>
  <td>Jeffrey Bardon</td>
  </tr>

  <tr>
  <td class="right">149.</td>
  <td>Mental Marvel Monastery</td>
  <td>Josh Lee</td>
  </tr>

  </table>

</body>

</html>