2025-08-14 13:55:37 -04:00

12 lines
256 B
PHP

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?php echo $title ?></title>
<link rel="stylesheet" href="/css/dk.css">
</head>
<body>
<?php echo $content ?>
</body>
</html>