mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
11 lines
195 B
PHP
11 lines
195 B
PHP
@extends('master')
|
|
|
|
@section('body')
|
|
|
|
<center style="padding-top:160px">
|
|
<a href="{{ NINJA_WEB_URL }}" target="_blank">
|
|
<img src="{{ asset('images/round_logo.png') }}"/>
|
|
</a>
|
|
</center>
|
|
|
|
@stop |