diff --git a/homeaction.php b/homeaction.php
index e2708b2..f0a3e64 100644
--- a/homeaction.php
+++ b/homeaction.php
@@ -11,7 +11,7 @@ if(isset($_POST["categoryhome"])){
- - Home
";
+ - Home
";
$category_query = "SELECT * FROM categories";
$run_query = mysqli_query($con,$category_query) or die(mysqli_error($con));
if(mysqli_num_rows($run_query) > 0){
diff --git a/homeheader.php b/homeheader.php
new file mode 100644
index 0000000..eeb704c
--- /dev/null
+++ b/homeheader.php
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+
+
+
+
+ Cool Shopping Site
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.php b/index.php
index 0c49745..5b559a6 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@