/
home
/
henzagold
/
oldsite
/
layouts
/
File Upload :
llllll
Current File: /home/henzagold/oldsite/layouts/error.vue
<template> <div> <SubHeader title="خطای 404" :backgroundImage="header" /> <div class="section bg-norepeat bg-bottom" lazy-background="/img/misc/bldg.png"> <div class="container"> <div class="section-404"> <div class="section-404-text mb-0"> <h1 class="title " style="text-align: center">خطای 404</h1> <p class="subtitle" style="text-align: center" >محتوا یا صفحه مورد نظر شما یافت نشد</p> <a href="/" class="btn-custom">بازگشت به صفحه اصلی</a> </div> </div> </div> <div class="acr-clouds"> <div class="cloud-one" style="background-image: url('/img/misc/cloud1.png')"></div> <div class="cloud-two" style="background-image: url('/img/misc/cloud2.png')"></div> <div class="cloud-three" style="background-image: url('/img/misc/cloud3.png')"></div> <div class="cloud-four" style="background-image: url('/img/misc/cloud4.png')"></div> <div class="cloud-five" style="background-image: url('/img/misc/cloud5.png')"></div> </div> </div> </div> </template> <script> import SubHeader from "../components/SubHeader"; export default { layout:'MasterPage', name: "error", components:{ SubHeader }, computed:{ header(){ return this.$store.state.header } }, head() { return { title: 'هنزا گلد', } } } </script> <style scoped> </style>
Copyright ©2k19 -
Hexid
|
Tex7ure