mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
18 lines
633 B
PHP
18 lines
633 B
PHP
@extends('layouts.main', ['welcome' => true])
|
|
|
|
@section('content')
|
|
<div style="max-width: 40rem; width: 100%; padding: 1rem;">
|
|
<img style="float: right; margin-top: 1rem;" src="/img/logo_linphone.png">
|
|
<h2>About</h2>
|
|
<hr />
|
|
|
|
<p><a href="https://linphone.org/">https://linphone.org</a></p>
|
|
|
|
<p><a href="{{ config('app.terms_of_use_url') }}">Terms and Conditions</a> and <a
|
|
href="{{ config('app.privacy_policy_url') }}">Privacy policy</a></p>
|
|
|
|
<p>GNU General Public Licence v3.0 (Licence)</p>
|
|
|
|
<p>{{ config('instance.copyright') }}</p>
|
|
</div>
|
|
@endsection
|