This commit is contained in:
2025-12-07 15:58:07 +07:00
parent 75a641ab40
commit 942aeafb60
2211 changed files with 178727 additions and 89 deletions

View File

@@ -7,22 +7,12 @@
<title> Admin Hura Pc </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
try {
const localStorageItem = localStorage.getItem("__NEXUS_CONFIG_v3.0__")
if (localStorageItem) {
const theme = JSON.parse(localStorageItem).theme
if (theme !== "system") {
document.documentElement.setAttribute("data-theme", theme)
}
}
} catch (err) {
console.log(err)
}
</script>
<!-- lib hura css -->
<link rel="stylesheet" href="{{ 'hura-lib.css' | asset_url }}" />
<!-- page-specific CSS -->
{% include module_css/index %}
<link rel="stylesheet" href="{{'style.css' | asset_url}}">
<link rel="stylesheet" href="{{'style_hura.css' | asset_url}}?{{ 'now' | date : '%Y-%m-%d.%H.%M.%S' }}">
</head>
<body>