mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 06:44:50 +00:00
14 lines
263 B
PHP
14 lines
263 B
PHP
@extends('site.partial.template')
|
|
|
|
@section('section')
|
|
|
|
<div class="title">
|
|
<h3 class="font-weight-bold">Platform/API Terms Of Use</h3>
|
|
</div>
|
|
<hr>
|
|
@endsection
|
|
|
|
@push('meta')
|
|
<meta property="og:description" content="Platform/API Terms of Use">
|
|
@endpush
|