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

12 lines
355 B
PHP

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