This commit is contained in:
tuend-work
2025-11-12 23:10:39 +07:00
parent bd58de709f
commit 2e16431888
953 changed files with 57002 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<!doctype html>
<html class="vue-app">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
|*if SHOW_INFO_IN_TITLE="0"|
|HOSTNAME|
|*else|
|HOSTNAME| | |DEAMONNAME| |VERSION|
|*endif|
</title>
<link rel="shortcut icon" href="/images/favicon.png" type="image/x-icon" />
<link href="/assets/css/app.css?ver=|SKIN_VERSION|" type="text/css" rel="stylesheet"/>
|HTM_HEAD|
</head>
<body class="preloader">
<div id="root" v-cloak>
<App>
<app-plugin-page slot="page:content" />
</App>
</div>
<!-- Foot scripts -->
<div id="foot" style="display: none">
<script type="text/javascript" src="/assets/preloader.js?ver=|SKIN_VERSION|"></script>
<script type="text/javascript" src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default-3.4,NodeList.prototype.@@iterator,Array.prototype.find,Array.prototype.findIndex,Array.prototype.includes"></script>
<script type="text/javascript" src="/assets/vendors.js?ver=|SKIN_VERSION|"></script>
<script type="text/javascript" src="/assets/app.js?ver=|SKIN_VERSION|"></script>
|HTM_FOOTER|
</div>
</body>
</html>