aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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(); ?>