Files
DiceCloud/rpg-docs/client/views/notFound/notFound.html

15 lines
553 B
HTML

<template name="notFound">
<core-toolbar class="app-grey white-text">
<core-icon-button icon="menu" core-drawer-toggle></core-icon-button>
</core-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>