faszom
This commit is contained in:
20
src/components/FooterNav.vue
Normal file
20
src/components/FooterNav.vue
Normal file
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<b-container>
|
||||
<b-row>
|
||||
<b-col class="text-center">
|
||||
<div>Listen to your favorite songs <b>on Spot</b>ify.</div>
|
||||
<div class="text-muted">Copyright 2020 onSpot Team.</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "FooterNav"
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user