added a link to asdasdasd.php
i did this to test php in nginx
This commit is contained in:
parent
3aaa563e9f
commit
ce7923dd5b
3 changed files with 20 additions and 27 deletions
|
@ -0,0 +1,18 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>asdasdasd</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p sytle="background-color:Cyan;">I HATE DOCKER I HATE DOCKER I HATE DOCKER</p>
|
||||||
|
<table style="background-color:Tomato;">
|
||||||
|
<tr>
|
||||||
|
<th href="asdasdasd.php">fuck1</th>
|
||||||
|
<th>fuck2</th>
|
||||||
|
<th>fuck3</th>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>bottom text</th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -1,25 +0,0 @@
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
||||||
IHATEDOCKER
|
|
|
@ -5,9 +5,9 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>idk waht to put here for now so have this table</p>
|
<p>idk waht to put here for now so have this table</p>
|
||||||
<table>
|
<table style="background-color:Tomato;">
|
||||||
<tr>
|
<tr>
|
||||||
<th>fuck1</th>
|
<th><a href="asdasdasd.php">fuck1</a></th>
|
||||||
<th>fuck2</th>
|
<th>fuck2</th>
|
||||||
<th>fuck3</th>
|
<th>fuck3</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue