18 lines
339 B
Vue
18 lines
339 B
Vue
<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>
|