uppdate
This commit is contained in:
@@ -1,46 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="vi">
|
||||
|
||||
<head>
|
||||
<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">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Admin Hura Pc</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto:wght@400;500;700;800&display=swap"
|
||||
rel="stylesheet" />
|
||||
|
||||
<!-- library tailwindcss + daisyui css -->
|
||||
<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 }}" /> -->
|
||||
|
||||
<!-- hura global css -->
|
||||
<link rel="stylesheet" href="{{ 'hura.global.css' | asset_url }}" />
|
||||
|
||||
<link rel="stylesheet" href="{{ 'miq-homepage.css' | asset_url }}" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{global|show_var}}
|
||||
{{component|show_var}}
|
||||
{{banner|show_var}}
|
||||
{{page|show_var}}
|
||||
<body class="bg-[#f4f4f4]">
|
||||
{% include "other/header" %}
|
||||
|
||||
<div class="flex h-screen min-w-0 grow flex-col overflow-auto">
|
||||
{% include "other/header" %}
|
||||
<main id="layout-content">
|
||||
{{ page_content }}
|
||||
</main>
|
||||
|
||||
<div id="layout-content">
|
||||
{{ page_content }}
|
||||
</div>
|
||||
|
||||
<footer class="footer sm:footer-horizontal footer-center bg-base-300 text-base-content p-4">
|
||||
<aside>
|
||||
<p>Copyright © 2025 - HuraSoft</p>
|
||||
</aside>
|
||||
</footer>
|
||||
</div>
|
||||
{% include "other/footer" %}
|
||||
|
||||
{% include javascript/index %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user