pixelfed/resources/views/site/terms.blade.php

14 wiersze
237 B
PHP

@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Terms Of Use</h3>
</div>
<hr>
@endsection
@push('meta')
<meta property="og:description" content="Terms of Use">
@endpush