2020-05-10 01:39:23 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-04-03 22:40:41 +08:00
|
|
|
<%= compilation.assets["html/head.html"].source() %>
|
2021-08-25 21:46:37 +08:00
|
|
|
|
2020-08-11 17:00:07 +08:00
|
|
|
<body>
|
2022-04-03 22:40:41 +08:00
|
|
|
<%= compilation.assets["html/warnings.html"].source() %>
|
|
|
|
|
|
|
|
<div class="customBackground"></div>
|
2020-10-27 09:33:20 +08:00
|
|
|
<div id="backgroundLoader" style="display: none"></div>
|
2022-04-07 20:08:51 +08:00
|
|
|
<div id="bannerCenter" class="focus"></div>
|
2021-01-16 09:12:36 +08:00
|
|
|
<div id="notificationCenter">
|
|
|
|
<div class="history"></div>
|
|
|
|
</div>
|
2022-04-03 22:40:41 +08:00
|
|
|
<div id="timerWrapper">
|
|
|
|
<div id="timer" class="timerMain"></div>
|
|
|
|
</div>
|
2022-10-17 00:08:09 +08:00
|
|
|
<div id="popups">
|
|
|
|
<%= compilation.assets["html/popups.html"].source() %>
|
|
|
|
</div>
|
2022-07-12 19:01:26 +08:00
|
|
|
<!-- <div id="div-gpt-ad-mkt-0" style="height: 100vh"></div> -->
|
|
|
|
<div id="app" class="focus">
|
|
|
|
<div>
|
2022-07-25 20:02:10 +08:00
|
|
|
<div id="ad-vertical-left-wrapper" class="ad advertisement ad-v focus">
|
2022-07-12 19:01:26 +08:00
|
|
|
<div class="icon"><i class="fas fa-ad"></i></div>
|
|
|
|
<div id="ad-vertical-left"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-11-01 04:20:35 +08:00
|
|
|
<div id="centerContent" class="hidden">
|
2022-04-03 22:40:41 +08:00
|
|
|
<%= compilation.assets["html/top.html"].source() %>
|
2022-08-23 18:29:19 +08:00
|
|
|
<div id="middle" style="height: 100%">
|
2022-04-03 22:40:41 +08:00
|
|
|
<%= compilation.assets["html/pages/loading.html"].source() %> <%=
|
|
|
|
compilation.assets["html/pages/test.html"].source() %> <%=
|
|
|
|
compilation.assets["html/pages/about.html"].source() %> <%=
|
|
|
|
compilation.assets["html/pages/settings.html"].source() %> <%=
|
|
|
|
compilation.assets["html/pages/login.html"].source() %> <%=
|
2022-06-21 18:01:55 +08:00
|
|
|
compilation.assets["html/pages/account.html"].source() %> <%=
|
2022-06-25 04:12:52 +08:00
|
|
|
compilation.assets["html/pages/profile.html"].source() %> <%=
|
|
|
|
compilation.assets["html/pages/404.html"].source() %>
|
2022-04-03 22:40:41 +08:00
|
|
|
</div>
|
2021-01-31 05:26:51 +08:00
|
|
|
|
2022-04-03 22:40:41 +08:00
|
|
|
<%= compilation.assets["html/bottom.html"].source() %>
|
2020-05-30 05:37:52 +08:00
|
|
|
|
2022-07-25 20:02:10 +08:00
|
|
|
<div id="ad-footer-wrapper" class="ad advertisement ad-h focus">
|
2022-07-12 19:01:26 +08:00
|
|
|
<div class="icon"><i class="fas fa-ad"></i></div>
|
|
|
|
<div id="ad-footer"></div>
|
|
|
|
</div>
|
2022-07-25 20:02:10 +08:00
|
|
|
<div id="ad-footer-small-wrapper" class="ad advertisement ad-h-s focus">
|
2022-07-12 19:01:26 +08:00
|
|
|
<div class="icon small"><i class="fas fa-ad"></i></div>
|
|
|
|
<div id="ad-footer-small"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
2022-07-25 20:02:10 +08:00
|
|
|
<div id="ad-vertical-right-wrapper" class="ad advertisement ad-v focus">
|
2022-07-12 19:01:26 +08:00
|
|
|
<div class="icon"><i class="fas fa-ad"></i></div>
|
|
|
|
<div id="ad-vertical-right"></div>
|
2021-01-31 05:26:51 +08:00
|
|
|
</div>
|
2020-05-12 07:59:12 +08:00
|
|
|
</div>
|
2020-05-10 01:39:23 +08:00
|
|
|
</div>
|
2023-01-16 19:34:12 +08:00
|
|
|
<script src="/./js/jquery-3.5.1.min.js"></script>
|
|
|
|
<script src="/./js/jquery.color.min.js"></script>
|
|
|
|
<script src="/./js/easing.min.js"></script>
|
|
|
|
<script src="/./js/html2canvas.min.js"></script>
|
|
|
|
<script src="/./js/select2.min.js"></script>
|
|
|
|
<script
|
|
|
|
src="https://www.google.com/recaptcha/api.js?render=explicit"
|
|
|
|
async
|
|
|
|
defer
|
|
|
|
></script>
|
2023-01-16 22:26:02 +08:00
|
|
|
<link rel="stylesheet" href="/./themes/serika_dark.css" id="currentTheme" />
|
|
|
|
<link rel="stylesheet" href="" id="funBoxTheme" />
|
2020-08-11 17:00:07 +08:00
|
|
|
</body>
|
|
|
|
</html>
|