2024-01-18 23:13:02 +07:00
|
|
|
<!DOCTYPE html>
|
2024-02-27 13:31:27 +07:00
|
|
|
<html lang="en">
|
2024-01-18 23:13:02 +07:00
|
|
|
|
|
|
|
|
<head>
|
2024-01-29 15:22:13 +07:00
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<title> Admin Hura Pc </title>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-01-18 23:13:02 +07:00
|
|
|
|
2025-12-08 14:35:28 +07:00
|
|
|
<!-- library tailwindcss + daisyui css -->
|
2025-12-12 11:01:29 +07:00
|
|
|
<link href="https://cdn.jsdelivr.net/npm/daisyui@5" rel="stylesheet" type="text/css" />
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
|
|
|
|
|
|
|
|
|
|
<!-- file build tailwindcss + daisyui -->
|
|
|
|
|
<!-- <link rel="stylesheet" href="{{ 'hura-lib.css' | asset_url }}" /> -->
|
2025-12-07 15:58:07 +07:00
|
|
|
|
2025-12-08 14:35:28 +07:00
|
|
|
<!-- hura global css -->
|
|
|
|
|
<link rel="stylesheet" href="{{ 'hura.global.css' | asset_url }}" />
|
|
|
|
|
|
2024-01-18 23:13:02 +07:00
|
|
|
</head>
|
2024-02-29 14:49:03 +07:00
|
|
|
|
2024-01-29 15:22:13 +07:00
|
|
|
<body>
|
2025-04-01 13:46:03 +07:00
|
|
|
|
2025-11-20 13:10:28 +07:00
|
|
|
|
2025-12-09 11:13:40 +07:00
|
|
|
<div class="flex h-screen min-w-0 grow flex-col overflow-auto">
|
2025-11-20 13:10:28 +07:00
|
|
|
|
2025-12-09 11:13:40 +07:00
|
|
|
{% include "other/header" %}
|
2025-11-24 12:46:42 +07:00
|
|
|
|
2025-12-09 11:13:40 +07:00
|
|
|
<div id="layout-content">
|
|
|
|
|
{{ page_content }}
|
2024-05-11 10:11:24 +07:00
|
|
|
</div>
|
2025-11-21 16:34:19 +07:00
|
|
|
|
2025-12-09 11:13:40 +07:00
|
|
|
<footer class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-4">
|
|
|
|
|
<aside>
|
|
|
|
|
<p>Copyright © 2025 - HuraSoft</p>
|
|
|
|
|
</aside>
|
|
|
|
|
</footer>
|
2024-01-20 09:23:31 +07:00
|
|
|
</div>
|
2024-01-24 11:49:22 +07:00
|
|
|
|
2024-05-07 15:42:55 +07:00
|
|
|
{% include javascript/index %}
|
|
|
|
|
|
2024-01-18 23:13:02 +07:00
|
|
|
</body>
|
2024-01-29 15:22:13 +07:00
|
|
|
|
2025-11-27 12:55:33 +07:00
|
|
|
</html>
|