Added the project's files to the repo

This commit is contained in:
Ascendings
2015-08-30 12:34:43 -04:00
parent b66a773ed8
commit c425c861aa
154 changed files with 4670 additions and 0 deletions

8
app/routes.php Executable file
View File

@ -0,0 +1,8 @@
<?php
// Home view(s)
require 'routes/home.php';
require 'routes/about.php';
require 'routes/shows.php';
require 'routes/music.php';
require 'routes/contact.php';