File: game.html

package info (click to toggle)
pgn2web 0.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,116 kB
  • sloc: ansic: 1,938; cpp: 419; makefile: 39
file content (32 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (5)
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
<html>
<head>
<style>
a.move {color: black; text-decoration: none}
</style>
<script language="javascript" type="text/javascript">
<initial/>
parents = new Array();
moves = new Array();
<moves/>

</script>
</head>
<body onLoad="parent.board.reset(); parent.board.update();">
<h2>
<white/>
-
<black/>
<date/>
</h2>
<h3>
<round/>
<event/>
<site/>
</h3>
<p>
<notation/>
<b>
<result/>
</b>
</body>
</html>