datatable.directory codebase https://datatable.directory/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
datatable.directory/resources/views/about/privacy.blade.php

21 行
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