mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
26 lines
366 B
Handlebars
26 lines
366 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{{> "head" }}
|
|
|
|
<body>
|
|
|
|
{{> "overlayNoise" }}
|
|
|
|
{{> "adLeaderboard" }}
|
|
|
|
{{> "navbar" }}
|
|
|
|
{{> "adRhsScrollingPage" }}
|
|
|
|
<main class="container">
|
|
<div id="manager" class="flex-col"><div class="w-100 ve-flex-vh-center"><i class="dnd-font ve-muted">Loading...</i></div></div>
|
|
</main>
|
|
|
|
{{> "adFooter" }}
|
|
|
|
{{> "scripts" }}
|
|
|
|
</body>
|
|
</html>
|