%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<?php
/**
* Partial: pembuka dokumen HTML + <head> untuk halaman publik.
*
* Variabel opsional yang dapat diset sebelum include:
* $pageTitle string Judul halaman (tab browser).
* $activeNav string Penanda menu aktif: beranda|profil|regulasi|layanan.
*/
$pageTitle = $pageTitle ?? APP_NAME;
$activeNav = $activeNav ?? '';
?>
<!DOCTYPE html>
<html lang="<?= e(current_lang()) ?>">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Portal layanan informasi publik resmi Pemerintah Kabupaten Mamuju Tengah.">
<style>html{background:#0b1120}</style>
<title><?= e($pageTitle) ?></title>
<link rel="icon" href="<?= e(asset('logomateng.webp')) ?>" type="image/webp">
<!-- Percepat koneksi ke CDN eksternal (Google Fonts & FontAwesome). -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
<!-- Tailwind CSS terkompilasi statis (menggantikan CDN Tailwind). -->
<link href="<?= e(asset_ver('css/app.css')) ?>" rel="stylesheet">
<!-- FontAwesome & Google Fonts: dimuat non-blocking agar tidak menahan render (perbaiki LCP). -->
<link rel="preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" onload="this.onload=null;this.rel='stylesheet'">
<noscript>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap">
</noscript>
<?php require __DIR__ . '/dark-theme.php'; ?>
</head>
<body class="bg-slate-50 font-sans text-slate-800 antialiased selection:bg-mateng-green selection:text-white flex flex-col min-h-screen">
<?php require __DIR__ . '/preloader.php'; ?>