mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-09 16:42:30 +00:00
22 lines
756 B
HTML
22 lines
756 B
HTML
<div class="wrapper">
|
|
//= include components/header/firstLine.html
|
|
//= include components/header/header.html
|
|
//= include components/header/nav.html
|
|
|
|
<div class="spacer-sm"></div>
|
|
|
|
//= include components/header/toggleVariables.html
|
|
|
|
//= include components/core/core.html
|
|
//= include components/npc/npc.html
|
|
//= include components/spells/spells.html
|
|
//= include components/equipment/equipment.html
|
|
//= include components/resources/resources.html
|
|
//= include components/character/character.html
|
|
//= include components/settings/settings.html
|
|
<hr>
|
|
<p class="footer small-label center">Wiki: https://wiki.roll20.net/DnD5e_Shaped_Character_Sheet</p>
|
|
</div>
|
|
<script type="text/worker">
|
|
//= include components/sheetWorkers.js
|
|
</script> |