Added map

This commit is contained in:
2024-09-22 08:53:18 +03:00
parent 3722d8c6e8
commit 3c91cd3d15
5 changed files with 50 additions and 45 deletions

17
components/k-footer.vue Normal file
View 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>