Created keret
This commit is contained in:
23
src/components/FooterContent.vue
Normal file
23
src/components/FooterContent.vue
Normal file
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div>
|
||||
<b-row align-h="between">
|
||||
<b-col cols="auto p-0">
|
||||
|
||||
<div><b>Birbnetes</b></div>
|
||||
<div>
|
||||
<router-link :to="{ name: 'About'}">About</router-link>
|
||||
</div>
|
||||
|
||||
</b-col>
|
||||
<b-col cols="auto p-0">
|
||||
<div class="text-center">
|
||||
System status: Cool&Good
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user