datatable.directory codebase https://datatable.directory/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
datatable.directory/resources/views/about/privacy.blade.php

21 řádky
654 B

@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<h1>Privacy Statement</h1>
<p>
<i>datatable.directory</i> does not collect anything beyond what users
themselves enter into the application, plus limited data from OAuth providers
to facilitate social logins. User IP addresses and other technical data may be
temporarily written to the server log for debugging purposes.
</p>
<p>
We do not share any user data with third parties.
</p>
</div>
</div>
@endsection