diff options
| author | s1n <[email protected]> | 2019-08-25 22:23:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-25 22:23:44 -0700 |
| commit | 38ce828c28865f5df92d42b86150c4ce58b377e0 (patch) | |
| tree | fa29090ce5cb901ef3fb73e0534a41eaddfd06a8 | |
| parent | formatting fix (diff) | |
| download | s1n.pw-admin-38ce828c28865f5df92d42b86150c4ce58b377e0.tar.xz s1n.pw-admin-38ce828c28865f5df92d42b86150c4ce58b377e0.zip | |
test php exec
| -rw-r--r-- | test.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test.php b/test.php new file mode 100644 index 0000000..a81aef0 --- /dev/null +++ b/test.php @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Document</title> +</head> +<body> + <p>test</p> +</body> +</html> |