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() %>
|
2023-06-14 19:52:38 +08:00
|
|
|
<div id="fpsCounter" class="hidden"></div>
|
2022-04-03 22:40:41 +08:00
|
|
|
<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">
|
2023-07-19 20:42:47 +08:00
|
|
|
<div class="clearAll button invisible" style="display: none">
|
|
|
|
<i class="fas fa-times"></i>
|
|
|
|
Clear all
|
|
|
|
</div>
|
2021-01-16 09:12:36 +08:00
|
|
|
<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>
|
2023-09-21 18:50:37 +08:00
|
|
|
<div id="contentWrapper" class="hidden">
|
2023-09-20 06:08:28 +08:00
|
|
|
<%= compilation.assets["html/header.html"].source() %>
|
2023-09-20 07:01:35 +08:00
|
|
|
<main style="height: 100%">
|
2022-04-03 22:40:41 +08:00
|
|
|
<%= compilation.assets["html/pages/loading.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() %> <%=
|
2023-09-27 18:16:34 +08:00
|
|
|
compilation.assets["html/pages/test.html"].source() %> <%=
|
2022-06-25 04:12:52 +08:00
|
|
|
compilation.assets["html/pages/404.html"].source() %>
|
2023-09-20 07:01:35 +08:00
|
|
|
</main>
|
2021-01-31 05:26:51 +08:00
|
|
|
|
2023-09-20 06:45:52 +08:00
|
|
|
<%= compilation.assets["html/footer.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-09-21 20:06:11 +08:00
|
|
|
<script src="/./js/jquery-3.7.1.min.js"></script>
|
2023-01-16 19:34:12 +08:00
|
|
|
<script src="/./js/jquery.color.min.js"></script>
|
2023-09-21 20:06:11 +08:00
|
|
|
<script src="/./js/easing-1.4.1.min.js"></script>
|
2023-01-16 19:34:12 +08:00
|
|
|
<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" />
|
2023-07-31 22:32:33 +08:00
|
|
|
<link rel="stylesheet" href="" id="globalFunBoxTheme" type="text/css" />
|
2020-08-11 17:00:07 +08:00
|
|
|
</body>
|
|
|
|
</html>
|