More loader
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Pages\NotFound;
|
||||
|
||||
class NotFound
|
||||
{
|
||||
public function render()
|
||||
{
|
||||
echo <<<END
|
||||
<h1>Not Found</h1>
|
||||
END;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user