aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 19:54:08 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-06-23 19:54:08 +0200
commit7fa161a637c7f94873ce9fed2ca0c33c2da7ac79 (patch)
treece76c2e50adfa7d0d2697a41b5d8614ea32cd3b7
parentBetter texts (diff)
downloadjoe-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.php0
-rw-r--r--index.html3
-rw-r--r--phptest.php1
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
diff --git a/index.html b/index.html
index e198ba9..4adf55d 100644
--- a/index.html
+++ b/index.html
@@ -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(); ?>