Added map
This commit is contained in:
17
components/k-footer.vue
Normal file
17
components/k-footer.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<footer class="">
|
||||
<div class="col-w mx-auto px-4 md:px-16 py-4">
|
||||
<div class="text-center text-sm">
|
||||
Разработано в <a href="https://kopyl.dev" target="_blank" class="link">kopyl.dev</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
<style scoped lang="postcss">
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user