12 lines
457 B
PHP
12 lines
457 B
PHP
@extends('site.layout')
|
|
|
|
@section('title', 'Terms - Dewemoji')
|
|
@section('meta_description', 'Read Dewemoji terms and conditions for website, extension, and API usage.')
|
|
|
|
@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
|