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,29 @@
<!DOCTYPE html>
<html lang="en">
{{> "head" }}
<body>
{{> "overlayNoise" }}
{{> "adRhs" }}
<div class="viewport-wrapper">
{{> "adLeaderboard" }}
{{> "navbar" }}
<div class="container container--main h-100 min-h-0">
<div class="ve-flex-col w-100 h-100 pt-2" id="statgen-main">
<div class="ve-flex-vh-center initial-message initial-message--large w-100 h-100">Loading...</div>
</div>
</div>
</div>
{{> "adFooter" }}
{{> "scripts" }}
</body>
</html>