Remove test page

This commit is contained in:
Skylar Ittner 2018-04-08 16:37:33 -06:00
parent 35e531a56b
commit 386615976e
2 changed files with 0 additions and 6 deletions

View File

@ -7,11 +7,6 @@ define("PAGES", [
"navbar" => true, "navbar" => true,
"icon" => "fas fa-home" "icon" => "fas fa-home"
], ],
"test" => [
"title" => "test",
"navbar" => true,
"icon" => "fas fa-terminal"
],
"404" => [ "404" => [
"title" => "404 error" "title" => "404 error"
] ]

View File

@ -1 +0,0 @@
<h1>Test Page</h1>