-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.php
More file actions
37 lines (34 loc) · 770 Bytes
/
test.php
File metadata and controls
37 lines (34 loc) · 770 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
37
<?php phpinfo(); ?>
<html xmlns="http://www.w3.org/1999/xhtml" slick-uniqueid="3"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>THE CLOUD GUYZ</title>
</head>
<style type="text/css">
.test {
width: 400px;
height: 200px;
background-color: #f00;
}
</style>
<body>
<table>
<tr>
<td >
<div class="test">Hullo</div>
</td>
<td class="test">
<div class="test">Hullo</div>
</td>
<td class="test">
<div class="test">Hullo</div>
</td>
<td class="test">
<div class="test">Hullo</div>
</td>
<td class="test">
<div class="test">Hullo</div>
</td>
</tr>
</table>
</body>
</html>