From 72a3cc39d5e629562be36758173afc99efb62af3 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 10 Nov 2014 12:49:35 +0100 Subject: v0.1 --- function.php | 3 +++ getheader.php | 4 +++- header.php | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++--- index.php | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---- robots.txt | 2 ++ 5 files changed, 144 insertions(+), 8 deletions(-) create mode 100644 robots.txt diff --git a/function.php b/function.php index 9d957a5..87ec766 100644 --- a/function.php +++ b/function.php @@ -1,9 +1,12 @@ -
diff --git a/index.php b/index.php index 6f8cd48..20aca4b 100644 --- a/index.php +++ b/index.php @@ -3,6 +3,61 @@
+
@@ -11,24 +66,27 @@
Check the response headers for websites.
Enter a URL and hit the submit button.
+
diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / -- cgit v1.2.3