Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/components/layout/Portal/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/vreg/components/layout/Portal/Footer.vue
<template>
  <div>
    <footer class="footer">
      <div class="container">
        <div class="footer-wrapper">
          <div class="left">
            <a href="https://www.vehiclerenew.com"><img src="/images/portal/footer-logo.svg" alt="Logo"
                                                        class="footer-logo"></a>
            <p class="d-none d-lg-block">Copyright &copy; 2021 {{ appDomain }} All Rights Reserved. </p>
          </div>
          <div class="right">
            <a :href="`/contact-us`">Contact Us <span></span></a>
            <a :href="`/fees`">Fees <span></span></a>
            <a :href="`/refunds`">Refund Policy <span></span></a>
            <a :href="`/privacy-policy`">Privacy Policy <span></span></a>
            <a :href="`/terms-conditions`">Terms & Conditions <span></span></a>
          </div>
        </div>
        <p class="text-center d-lg-none">Copyright &copy; 2021 {{ appDomain }} All Rights Reserved. </p>
      </div>
    </footer>
    <section class="top-bar">
      <div class="container">
        <p><strong>{{ appDomain }}</strong> is a privately owned website that is not affiliated with any
          government agencies.</p>
      </div>
    </section>
  </div>
</template>

<script>

export default {
  name: "Footer"
}
</script>

<style scoped>

</style>

Spamworldpro Mini