diff --git a/index.php b/index.php
index 9e30c8c..d5f2fa3 100644
--- a/index.php
+++ b/index.php
@@ -19,6 +19,7 @@
include 'helpers/files.php';
?>
+
diff --git a/resources/README.txt b/resources/README.txt
new file mode 100644
index 0000000..e432550
--- /dev/null
+++ b/resources/README.txt
@@ -0,0 +1,9 @@
+Tyler Perkins
+2-8-21
+
+The provided cabinet.png is from
+https://www.iconfinder.com/iconsets/essential-web-1-1
+
+This is a great resource to find icons in general. All you have to do is add it here and
+change your config.php to point to your new icon.
+Be sure to read license files before you use things!
diff --git a/resources/cabinet.png b/resources/cabinet.png
new file mode 100644
index 0000000..e6b1880
Binary files /dev/null and b/resources/cabinet.png differ
diff --git a/var/config.php b/var/config.php
index 2b46397..4a41301 100644
--- a/var/config.php
+++ b/var/config.php
@@ -4,6 +4,9 @@
//This is what will appear in the tab, as well as on the header
$site_name = 'Tyler\'s File Repository';
+ //This will be the image displayed in the tab of the browser
+ $site_image = "resources/cabinet.png";
+
/* Navbar
*
* Each variable in $nav_names is what will appear on the top bar