Initial commit
[2ch-be.git] / dev-test / tools / vmelon.php
blob5c14ff5a3af0518a65dad56be968784d11fcac23
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>vMelon</title>
5 <style>
6 body{
7 color:#1F1F1F;
9 caption{
10 background-color:#C9C9C9;
11 padding:3px 0px 3px;
12 border: 1px solid grey;
14 table {
15 width:80%;
16 border-collapse: collapse;
17 margin:15px auto 15px;
19 td{
20 padding:5px;
21 text-align:center;
23 table, td, th {
24 border: 1px solid grey;
26 </style>
27 </head>
28 <body>
29 <?php
31 $vmelon = file_get_contents('http://tpol27.nttec.com/z/z.php');
32 echo $vmelon;
33 //var_dump($vmelon);
35 </body>
36 </html>