diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..3a87b94
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,16 @@
+# Prevent viewing of htaccess file.
+
+ order allow,deny
+ deny from all
+
+
+# Prevent directory listings
+# Options All -Indexes
+
+ErrorDocument 404 /404.php
+
+RewriteEngine on
+
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond %{REQUEST_FILENAME}\.html -f
+RewriteRule ^(.*)$ $1.html
\ No newline at end of file
diff --git a/404.html b/404.html
index 086a5c9..af43df5 100644
--- a/404.html
+++ b/404.html
@@ -1,25 +1,36 @@
---
-permalink: /404.html
+permalink: /404
layout: default
---
-
404
+
404
-
Page not found :(
-
The requested page could not be found.
+
Page not found :(
+
Redirecting you to the home page in 5 ...
+
+
diff --git a/_config.yml b/_config.yml
index 09da8dd..05af2cf 100644
--- a/_config.yml
+++ b/_config.yml
@@ -34,6 +34,9 @@ theme: minima
plugins:
- jekyll-feed
+include:
+ - .htaccess
+
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
diff --git a/_data/toppings.json b/_data/toppings.json
new file mode 100644
index 0000000..3c5153a
--- /dev/null
+++ b/_data/toppings.json
@@ -0,0 +1,78 @@
+[
+ {
+ "name": "Pepperoni",
+ "cost": 0.00
+ },
+ {
+ "name": "Sausage",
+ "cost": 0.00
+ },
+ {
+ "name": "Bacon",
+ "cost": 0.00
+ },
+ {
+ "name": "Beef",
+ "cost": 0.00
+ },
+ {
+ "name": "Chicken",
+ "cost": 0.00
+ },
+ {
+ "name": "Anchovies",
+ "cost": 0.00
+ },
+ {
+ "name": "Japapenos",
+ "cost": 0.00
+ },
+ {
+ "name": "Onions",
+ "cost": 0.00
+ },
+ {
+ "name": "Banana Peppers",
+ "cost": 0.00
+ },
+ {
+ "name": "Black Olives",
+ "cost": 0.00
+ },
+ {
+ "name": "Mushrooms",
+ "cost": 0.00
+ },
+ {
+ "name": "Pineapple",
+ "cost": 0.00
+ },
+ {
+ "name": "Provolone Cheese",
+ "cost": 0.00
+ },
+ {
+ "name": "Cheddar Cheese",
+ "cost": 0.00
+ },
+ {
+ "name": "Green Peppers",
+ "cost": 0.00
+ },
+ {
+ "name": "Spinach",
+ "cost": 0.00
+ },
+ {
+ "name": "Red Peppers",
+ "cost": 0.00
+ },
+ {
+ "name": "Shredded Parmesan",
+ "cost": 0.00
+ },
+ {
+ "name": "Buffalo Sauce",
+ "cost": 0.00
+ }
+]
\ No newline at end of file
diff --git a/_includes/checkbox.html b/_includes/checkbox.html
new file mode 100644
index 0000000..528c7b2
--- /dev/null
+++ b/_includes/checkbox.html
@@ -0,0 +1,4 @@
+
+
+ {{ include.label }}
+
\ No newline at end of file
diff --git a/_includes/menuItem.html b/_includes/menuItem.html
index 1497926..acb039f 100644
--- a/_includes/menuItem.html
+++ b/_includes/menuItem.html
@@ -1,12 +1,12 @@
-