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

9 lines
156 B
PHP

@extends('site.partial.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Terms Of Use</h3>
</div>
<hr>
@endsection