Reportistica Ore 1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user