Files
DiceCloud/rpg-docs/client/views/home/home.html
2015-04-29 12:25:51 +02:00

11 lines
265 B
HTML

<template name="home">
<core-toolbar class="blue-grey white-text">
<core-icon-button icon="menu" core-drawer-toggle></core-icon-button>
<div flex>
DiceCloud
</div>
</core-toolbar>
<div class="padded scroll-y white" fit>
{{> guide}}
</div>
</template>