This repository has been archived by the owner on May 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path404.php
51 lines (50 loc) · 2.02 KB
/
404.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php
include("inner.tpl");
function ShowContent()
{
?>
<div id="content_area">
<table width="693" border="0" align="center" cellpadding="0" cellspacing="0" class="ropcontents">
<tr>
<td width="18" height="56" align="left" valign="top"> </td>
<td height="56" align="left" valign="middle" background="images/Reality-Opportunity-Club_26.jpg" class="headingsorange"><h2> </h2></td>
<td width="26" height="56" align="left" valign="top"> </td>
</tr>
<tr>
<td width="18" height="144" align="left" valign="top" background="images/Reality-Opportunity-Club_37.jpg"> </td>
<td height="144" align="center" valign="middle" bgcolor="#FFFFFF" class="ropcontents"><br />
<br />
<img src="images/404example.jpg" width="529" height="191" /><br /></td>
<td width="26" height="144" align="left" valign="top" background="images/Reality-Opportunity-Club_39.jpg"> </td>
</tr>
<tr>
<td width="18" align="left" valign="top"> </td>
<td align="left" valign="top" background="images/Reality-Opportunity-Club_43.jpg"> </td>
<td width="26" align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"> </td>
<td align="left" valign="top" background="images/Reality-Opportunity-Club_43.jpg"> </td>
<td align="left" valign="top"> </td>
</tr>
<tr>
<td height="69" align="left" valign="top"> </td>
<td align="left" valign="top" background="images/Reality-Opportunity-Club_43.jpg"> </td>
<td align="left" valign="top"> </td>
</tr>
</table>
<br />
</div>
<?php
}
function getTitle()
{
return "404 | Page Not Found";
}
function showMeta()
{
$meta = '<meta name="description" content="404 | Page Not Found"/>
<meta name="keywords" content="Reality Opportunity Club, ROC, member distributer, Level binary, opportunity to earn more, ROC Real Noni, Online Business, United Customer\'s Programme, "/>';
return $meta;
}
?>