Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
newweb.tbf.ro
/
resources
/
js
/
views
/
TbfSystems
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
Success.vue
| Size :
2.42
KB
Copy
<template> <div class="tbf-systems"> <div class="success-page"> <div class="container-section"> <div class="container-holder"> <h1 class="title-section"><span>Mulțumim!</span>Mesajul a fost trimis</h1> <p class="desc-section">Îți vom răspunde în cel mai scurt timp posibil pentru a programa o discuție de 30 de minute în care să înțelegem mai bine nevoile tale. Mulțumim pentru interes și încredere.</p> <div class="btn-back-home"> <button @click="$router.push({ name: 'tbf-systems-home' })">Înapoi la TBF Systems<icon-arrow class="icon-arrow" /></button> </div> </div> </div> </div> </div> </template> <script> import IconArrow from '../../assets/Webinar/Arrow' export default { data() { return { meta: { title: "Sisteme software pentru automatizarea companiilor", description: "CAutomatizăm managementul și accelerăm vânzările prin sisteme software personalizate pentru companii. Scalează profitabil și predictibil cu sistemele TBF.", image: process.env.MIX_VUE_APP_BASE_URL+"/build/images/share/Share - Systems.png" } }; }, components: { IconArrow }, metaInfo() { return { title: this.meta.title, titleTemplate: '%s « TBF', htmlAttrs: { lang: 'ro', amp: null }, meta: [ { name: 'description', content: this.meta.description}, { image: 'name', content: this.meta.title }, { image: 'description', content: this.meta.description }, { itemprop: 'image', content: this.meta.image }, // GOOGLE { name: 'robots', content: 'follow' }, { name: 'author', content: 'TBF.ro' }, { name: 'copyright', content: '' }, // FACEBOOK { property: "og:title", content: this.meta.title }, { property: "og:type", content: 'article' }, { property: "og:description", content: this.meta.description }, { property: "og:url", content: process.env.MIX_VUE_APP_BASE_URL+"/tbf-systems" }, { property: "fb:app_id", content: process.env.MIX_FB_ID }, { property:"og:image", content: this.meta.image }, // TWITTER { name: 'twitter:card', content: 'summary' }, { name: 'twitter:description', content: this.meta.description }, { name: 'twitter:title', content: this.meta.title }, { name: 'twitter:site', content: '@TBF' }, { name: 'twitter:creator', content: '@TBF' }, { name: 'twitter:image', content: this.meta.image }, ], } }, } </script>
Back