This commit is contained in:
2024-02-12 10:29:15 +07:00
parent 92331cc02b
commit 672bd0067e
3 changed files with 7 additions and 5 deletions

View File

@@ -15,15 +15,17 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link rel="stylesheet" media="screen" href="{{ 'fancybox.css' | asset_url }}" />
<link rel="stylesheet" media="screen" href="{{ 'pc_style.css' | asset_url }}" />
<link rel="stylesheet" media="screen" href="{{ 'pc_style.css' | asset_url }}?v12" />
<script src="{{ 'tailwindcss.js' | asset_url }}"></script>
<script src="{{ 'fancybox.js' | asset_url }}"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js"></script>
</head>
<!--
{{ global|show_var }}
{{ page|show_var }}
-->
<body>
<div class="admin-global-container">
@@ -295,4 +297,4 @@
</body>
</html>
</html>