From 1158875749b8dfb103a35d24f0ff423e3cc38c6d Mon Sep 17 00:00:00 2001 From: btn15001 Date: Tue, 14 Feb 2017 19:03:17 -0500 Subject: [PATCH] new files --- get.php | 41 +++++++++++++++++++++++++++++++++++++++++ index.html => home.html | 0 2 files changed, 41 insertions(+) create mode 100644 get.php rename index.html => home.html (100%) diff --git a/get.php b/get.php new file mode 100644 index 0000000..2e6e633 --- /dev/null +++ b/get.php @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + ;'> + + + + +

You wanted color

+ + + + + + + + + + diff --git a/index.html b/home.html similarity index 100% rename from index.html rename to home.html