-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
36 lines (28 loc) · 693 Bytes
/
index.php
File metadata and controls
36 lines (28 loc) · 693 Bytes
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
<?php
include 'header.php';
?>
<!-- Left Content Starts Here -->
<div class="mainbar">
<p class="headings">Welcome To FOREX</p>
<?php
echo'
<p>
<br/>
<h3>
FOREX PHASE 1 HAS ENDED!!!!<br/>
WINNERS:
<table>
<tr><td>1.</td><td>blackTaurian</td> <td>1814172521816170390040287501090816.0000</td></tr>
<tr><td>2.</td><td>gd</td> <td>1405599227914899925057394056364032.0000</td></tr>
<tr><td>3.</td><td>vishu</td> <td>1059578569442500417123673048088576.0000</td></tr>
</table>
Congrats all!<br/>
stay tuned for phase 2 to be launched on the 25th of January!</h3><br/>
</p> </ol>
';
?>
</div>
<!-- Left Content Ends Here -->
<?php
include 'footer.php'
?>