diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 19:54:08 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-23 19:54:08 +0200 |
commit | 7fa161a637c7f94873ce9fed2ca0c33c2da7ac79 (patch) | |
tree | ce76c2e50adfa7d0d2697a41b5d8614ea32cd3b7 | |
parent | Better texts (diff) | |
download | joe-www-7fa161a637c7f94873ce9fed2ca0c33c2da7ac79.tar.gz joe-www-7fa161a637c7f94873ce9fed2ca0c33c2da7ac79.tar.bz2 joe-www-7fa161a637c7f94873ce9fed2ca0c33c2da7ac79.tar.xz joe-www-7fa161a637c7f94873ce9fed2ca0c33c2da7ac79.tar.zst joe-www-7fa161a637c7f94873ce9fed2ca0c33c2da7ac79.zip |
Working fine
-rw-r--r-- | header.inc.php | 0 | ||||
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | phptest.php | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/header.inc.php b/header.inc.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/header.inc.php @@ -58,9 +58,6 @@ IT school based in Lyon, France. I work on various personnal project beside that. </p> - <p> - <a href="phptest.php">PHP test</a> - </p> </div> <footer> <p> diff --git a/phptest.php b/phptest.php deleted file mode 100644 index 147cebc..0000000 --- a/phptest.php +++ /dev/null @@ -1 +0,0 @@ -<?php phpinfo(); ?> |