add trashes

This commit is contained in:
Diskette Guy
2025-07-21 15:40:51 +07:00
parent c8f2944770
commit 07171f5b5a
848 changed files with 134166 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="/assets/css/style.css">
<script src="/assets/js/bootstrap.js"></script>
<title><?= esc($title) ?></title>
</head>
<?= $this->include('components/header')?>
<?= $this->renderSection('content')?>
<?= $this->include('components/footer')?>
</html>