mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
26 lines
952 B
HTML
26 lines
952 B
HTML
<div class="wrapper relative">
|
|
//= include components/header/firstLine.html
|
|
//= include components/header/header.html
|
|
//= include components/header/nav.html
|
|
|
|
//= include components/header/variables.html
|
|
|
|
<div class="spacer-smd"></div>
|
|
|
|
//= include components/core/core.html
|
|
//= include components/npc/npc.html
|
|
//= include components/spells/spells.html
|
|
//= include components/equipment/equipment.html
|
|
//= include components/character/character.html
|
|
//= include components/settings/settings.html
|
|
<hr>
|
|
<div class="center footer">
|
|
<div>
|
|
<input type="checkbox" name="attr_edit_mode" class="toggle-edit-mode negative-mar-t-eight"><span class="toggle-edit-mode pictos negative-mar-t-eight">p</span>
|
|
</div>
|
|
<div>
|
|
Documentation: <span class="selectable">https://docs.google.com/document/d/1yPcIZ_bIc3JlnWsKZt2tAB0EQSIVEfeMtT0GifbpJIg</span>
|
|
</div>
|
|
</div>
|
|
//= include components/importOverlay.html
|
|
</div> |