-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutcore.php
34 lines (34 loc) · 1.32 KB
/
aboutcore.php
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
<?php ?>
<table width="100%" border="0" cellspacing="2" cellpadding="0"><tr>
<td class="masall" align="center">
<img src="images/whats.jpg" width="338" height="20"></td>
</td>
</tr>
<tr><td><table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td class=mascont><?php
include ("aboutwhat.php");
?></td></tr>
</table></td></tr></table>
<table width="100%" border="0" cellspacing="2" cellpadding="0"><tr>
<td class="masall" align="center">
<img src="images/rules.jpg" width="338" height="20"></td>
</td>
</tr>
<tr><td><table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td class=mascont><?php
include ("abouthow1.php");
include ("abouthow2.php");
include ("abouthow3.php");
?></td></tr>
</table></td></tr></table>
<table width="100%" border="0" cellspacing="2" cellpadding="0"><tr>
<td class="masall" align="center">
<img src="images/making.jpg" width="338" height="20"></td>
</td>
</tr>
<tr><td><table width=100% border=0 cellspacing=0 cellpadding=0>
<tr><td class=mascont><?php
include ("aboutwho.php");
?></td></tr>
</table></td></tr></table>
<?php ?>