Files
dewemoji/app/resources/views/site/terms.blade.php
2026-02-03 22:37:52 +07:00

12 lines
352 B
PHP

@extends('site.layout')
@section('title', 'Terms - Dewemoji')
@section('content')
<section class="card" style="padding: 20px;">
<h1 style="margin-top:0;">Terms</h1>
<p style="color:var(--muted);">Phase 3 placeholder page. We will migrate complete terms content from legacy sources in a later pass.</p>
</section>
@endsection