mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-12 02:17:21 +08:00
82 lines
2.9 KiB
HTML
82 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<%= compilation.assets["html/head.html"].source() %>
|
|
|
|
<body>
|
|
<%= compilation.assets["html/warnings.html"].source() %>
|
|
|
|
<div class="customBackground"></div>
|
|
<div id="backgroundLoader" style="display: none"></div>
|
|
<div id="bannerCenter" class="focus"></div>
|
|
<div id="notificationCenter">
|
|
<div class="history"></div>
|
|
</div>
|
|
<div id="timerWrapper">
|
|
<div id="timer" class="timerMain"></div>
|
|
</div>
|
|
|
|
<div
|
|
class="nameChangeMessage"
|
|
style="
|
|
background-color: var(--main-color);
|
|
padding: 0.5rem;
|
|
text-align: center;
|
|
color: var(--bg-color);
|
|
display: none;
|
|
"
|
|
>
|
|
Important information about your account. Please click this message.
|
|
</div>
|
|
|
|
<%= compilation.assets["html/popups.html"].source() %>
|
|
<!-- <div id="div-gpt-ad-mkt-0" style="height: 100vh"></div> -->
|
|
<div id="app" class="focus">
|
|
<div>
|
|
<div id="ad-vertical-left-wrapper" class="ad advertisement ad-v focus">
|
|
<div class="icon"><i class="fas fa-ad"></i></div>
|
|
<div id="ad-vertical-left"></div>
|
|
</div>
|
|
</div>
|
|
<div id="centerContent" class="hidden">
|
|
<%= compilation.assets["html/top.html"].source() %>
|
|
<div id="middle" style="height: 100%">
|
|
<%= 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() %> <%=
|
|
compilation.assets["html/pages/account.html"].source() %> <%=
|
|
compilation.assets["html/pages/profile.html"].source() %> <%=
|
|
compilation.assets["html/pages/404.html"].source() %>
|
|
</div>
|
|
|
|
<%= compilation.assets["html/bottom.html"].source() %>
|
|
|
|
<div id="ad-footer-wrapper" class="ad advertisement ad-h focus">
|
|
<div class="icon"><i class="fas fa-ad"></i></div>
|
|
<div id="ad-footer"></div>
|
|
</div>
|
|
<div id="ad-footer-small-wrapper" class="ad advertisement ad-h-s focus">
|
|
<div class="icon small"><i class="fas fa-ad"></i></div>
|
|
<div id="ad-footer-small"></div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div id="ad-vertical-right-wrapper" class="ad advertisement ad-v focus">
|
|
<div class="icon"><i class="fas fa-ad"></i></div>
|
|
<div id="ad-vertical-right"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<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>
|
|
</html>
|