id/views/dashboard.php
2024-07-03 14:20:39 +01:00

14 lines
380 B
PHP

<!doctype html>
<html>
<head>
<title><?= get_string('page.dashboard') ?> ~> ByeCorps ID</title>
<?php include 'partials/head.php'; ?>
</head>
<body>
<?php include 'partials/header.php'; ?>
<main>
<h1><?= get_string('page.dashboard') ?></h1>
</main>
<?php include 'partials/footer.php'; ?>
</body>
</html>