diff --git a/README.md b/README.md index 00550c6..7ffdb8e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ + + # FHeD -FreeHelpDesk + +The Free HelpDesk is the one-stop shop for all of your IT-related needs. It is a barebones helpdesk system aimed at individuals and small businesses. diff --git a/app/includes/header.php b/app/includes/header.php index 13fd1b6..acf4ec9 100644 --- a/app/includes/header.php +++ b/app/includes/header.php @@ -9,6 +9,7 @@ + <?php echo( $PAGE_TITLE ); ?> diff --git a/app/public/favicon.png b/app/public/favicon.png new file mode 100644 index 0000000..a1f712b Binary files /dev/null and b/app/public/favicon.png differ diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..a1f712b Binary files /dev/null and b/logo.png differ