mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.208.0
This commit is contained in:
29
node/generate-pages/template/page/template-page-statgen.hbs
Normal file
29
node/generate-pages/template/page/template-page-statgen.hbs
Normal 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>
|
||||
Reference in New Issue
Block a user