datatable.directory codebase https://datatable.directory/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
datatable.directory/resources/views/layouts/footer.blade.php

16 lines
575 B

{{-- Global footer --}}
<footer class="page-footer text-muted mt-2">
<div class="container py-2 py-md-4">
<ul class="d-flex p-0">
<li class="d-inline-block mr-3"><a href="/about/privacy">Privacy Statement</a>
<li class="d-inline-block mr-3"><a href="/about/terms">Terms of Service</a>
</ul>
<p>
Maintained by <a href="https://www.ondrovo.com/">Ondřej Hruška</a>
(<a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>).<br>
Data tables are licensed CC0 (public domain), unless specified otherwise.
</p>
</div>
</footer>