Files
DiceCloud/rpg-docs/client/views/home/home.html
2017-01-16 13:48:43 +02:00

16 lines
602 B
HTML

<template name="home">
<app-header-layout has-scrolling-region fullbleed>
<app-header class="app-grey white-text home-header" fixed condenses effects="waterfall resize-title">
<app-toolbar>
<paper-icon-button icon="menu" drawer-toggle></paper-icon-button>
<div condensed-title style="font-weight: 300;">DiceCloud</div>
</app-toolbar>
<app-toolbar class="middle"></app-toolbar>
<app-toolbar class="bottom">
<div main-title class="paper-font-display2" style="font-weight: 300;">DiceCloud</div>
</app-toolbar>
</app-header>
{{> intro}}
</app-header-layout>
</template>