31 lines
893 B
Vue
31 lines
893 B
Vue
<template>
|
|
<v-img gradient="180deg, rgba(166,22,22,1), rgba(228,30,30,19)"><v-row class="py-4">
|
|
|
|
<v-col cols="12" lg="12" sm="12" md="12">
|
|
<!-- <v-row justify="center">
|
|
<nuxt-link class="my-3 mx-3 white--text" to="/">Home</nuxt-link>
|
|
<nuxt-link class="my-3 mx-3 white--text" to="/page/news">All News</nuxt-link>
|
|
|
|
<nuxt-link class="my-3 mx-3 white--text" to="/page/about">About</nuxt-link>
|
|
<nuxt-link class="my-3 mx-3 white--text" to="/contact">Contact</nuxt-link>
|
|
<nuxt-link class="my-3 mx-3 white--text" to="/privacy">Privacy</nuxt-link>
|
|
</v-row> -->
|
|
<v-row justify="center"><a class="py-1 px-4 white--text" href="https://dwd.siliconpin.com"> Powered by DWD Consultancy Services</a></v-row>
|
|
</v-col>
|
|
</v-row></v-img>
|
|
|
|
</template>
|
|
<script>
|
|
export default {
|
|
data(){
|
|
return{
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
</script>
|
|
<style scoped>
|
|
|
|
</style>
|