Files
DiceCloud/rpg-docs/client/views/notFound/notFound.html
2017-01-12 15:28:59 +02:00

15 lines
548 B
HTML

<template name="notFound">
<app-toolbar class="app-grey white-text">
<paper-icon-button icon="menu" drawer-toggle></paper-icon-button>
</app-toolbar>
<div layout vertical center center-justified fit
style="padding: 16px; text-align: center;">
<h2 style="margin-bottom: 12px;">The data for the page you requested could not be found.</h2>
{{#if currentUser}}
<h3>It might not exist, or you might not have permission to view it.</h3>
{{else}}
<h3>Perhaps you need to sign in first:</h3>
{{atForm}}
{{/if}}
</div>
</template>