mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
16 lines
183 B
PHP
16 lines
183 B
PHP
<html>
|
|
<head>
|
|
<title>Bla bla</title>
|
|
</head>
|
|
<body>
|
|
{{App::environment()}}
|
|
@if(Auth::check())
|
|
logged in!
|
|
@endif
|
|
|
|
<br />
|
|
<a href="{{route('logout')}}">logout!</a>
|
|
|
|
|
|
</body>
|
|
</html> |