Reportistica Ore 1

This commit is contained in:
Paolo Arena
2021-02-21 02:05:17 +01:00
parent 7a202fbe8e
commit e752c406dc
5 changed files with 63 additions and 12 deletions

View File

@@ -1,14 +1,14 @@
<template>
<q-page>
<CMyPage title="">
<span>{{
setmeta({
title: 'Home',
description: $t('msg.myAppDescription'),
keywords: $t('msg.keywords_base')
})
}}
</span>
<!--<span>{{
setmeta({
title: 'Home',
description: $t('msg.myAppDescription'),
keywords: $t('msg.keywords_base')
})
}}
</span>-->
<div class="landing">
<div v-if="!isLogged">
@@ -19,6 +19,12 @@
</div>
</div>
<q-banner class="bg-positive text-white boldhigh"
style="text-align: center; ">
Benvenuti nella Nuova App della Comunità Nuovo Mondo... <br>
in costruzione...
</q-banner>
<div v-if="!tools.sito_online(true)" class="row text-h4 text-center bg-warning">
{{ $t('otherpages.sito_offline') }}
</div>