This commit is contained in:
TheGiddyLimit
2024-06-23 22:13:57 +01:00
parent ed9833eefc
commit e5844f8a3f
279 changed files with 38254 additions and 7675 deletions

View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
{{> "head" }}
<body>
{{> "overlayNoise" }}
<div class="viewport-wrapper ve-flex-col">
{{> "adLeaderboard" }}
{{> "navbar" }}
<div id="content" class="maps ve-flex h-100 mobile__h-initial mobile__ve-flex-col min-h-0">
<div class="ve-flex-vh-center h-100 w-100">
<div class="ve-flex initial-message initial-message--large px-3">Loading...</div>
</div>
</div>
</div>
{{> "adFooter" }}
{{> "scripts" }}
</body>
</html>