repo.or.cz
/
2ch-be.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[2ch-be.git]
/
dev-test
/
rewrite
/
tools
/
vmelon.php
blob
5c14ff5a3af0518a65dad56be968784d11fcac23
1
<!
DOCTYPE html
>
2
<
html
>
3
<
head
>
4
<
title
>
vMelon
</
title
>
5
<
style
>
6
body
{
7
color
:
#1F1F1F;
8
}
9
caption
{
10
background
-
color
:
#C9C9C9;
11
padding
:
3
px
0
px
3
px
;
12
border
:
1
px solid grey
;
13
}
14
table
{
15
width
:
80
%
;
16
border
-
collapse
:
collapse
;
17
margin
:
15
px auto
15
px
;
18
}
19
td
{
20
padding
:
5
px
;
21
text
-
align
:
center
;
22
}
23
table
,
td
,
th
{
24
border
:
1
px solid grey
;
25
}
26
</
style
>
27
</
head
>
28
<
body
>
29
<
?php
30
31
$vmelon
=
file_get_contents
(
'http://tpol27.nttec.com/z/z.php'
);
32
echo
$vmelon
;
33
//var_dump($vmelon);
34
?
>
35
</
body
>
36
</
html
>