mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
28 lines
366 B
Handlebars
28 lines
366 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{{> "head" }}
|
|
|
|
<body>
|
|
|
|
{{> "overlayNoise" }}
|
|
|
|
{{> "adRhs" }}
|
|
|
|
<div class="viewport-wrapper">
|
|
{{> "adLeaderboard" }}
|
|
|
|
{{> "navbar" }}
|
|
|
|
<main class="container h-100 min-h-0 pb-0" id="page-content">
|
|
<div class="flex-vh-center initial-message">Loading...</div>
|
|
</main>
|
|
</div>
|
|
|
|
{{> "adFooter" }}
|
|
|
|
{{> "scripts" }}
|
|
|
|
</body>
|
|
</html>
|