2024-12-13 17:28:51 -06:00
|
|
|
<html lang="en">
|
2017-02-05 10:49:37 -06:00
|
|
|
<head>
|
2024-12-16 19:58:46 -06:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-12-13 17:28:51 -06:00
|
|
|
<title><?= $title ?></title>
|
2024-12-16 19:58:46 -06:00
|
|
|
<link rel="stylesheet" href="/css/dk.css">
|
2017-02-05 10:49:37 -06:00
|
|
|
</head>
|
2024-12-13 17:28:51 -06:00
|
|
|
<body>
|
2024-12-13 22:14:44 -06:00
|
|
|
<?= $content ?>
|
2024-12-13 17:28:51 -06:00
|
|
|
</body>
|
2017-02-05 10:49:37 -06:00
|
|
|
</html>
|