invoiceninja/resources/views/home.blade.php
David Bomba 528c99f655
Login UI, Database Seeds, Dashboard layouts (#2450)
* Implement CoreUI Interface

* Core UI Navigation wire frame

* UI - Fix sidebar nav - add Invoice Ninja Logo

* Create layout using CoreUI admin template

* Login UI, Database seeds
2018-10-16 22:42:43 +11:00

15 lines
108 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<h1>Unprotected Route</h1>
</body>
</html>