-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmap_player_2.html
More file actions
44 lines (44 loc) · 2.05 KB
/
map_player_2.html
File metadata and controls
44 lines (44 loc) · 2.05 KB
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
<html>
<title> player 2</title>
<meta http-equiv="refresh" content="3" >
<h1><b><center> Player 2<center></b></h1>
<body>
<table style = "margin:0px auto; border "75" cellspacing "21" cellpadding = "20" bgcolor =006633 ""; >
<tr>
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
</tr>
<tr>
<td width="12" align = "center" background = "images/grassTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/grassTile.jpg ">
</tr>
<tr>
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/pirateTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
</tr>
<tr>
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
</tr>
<tr>
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
<td width="12" align = "center" background = "images/hiddenTile.jpg ">
</tr>
</table>
</body>
</html>