Files
blog/components/Footer.vue
2021-12-06 02:16:06 +04:00

14 lines
318 B
Vue
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<footer class="p-5">
<div class="content has-text-centered">
<p>
<strong>Dev blog</strong> by
<a href="https://github.com/s3rius/">@s3rius</a>.
Built with and <a href="https://nuxtjs.org/">nuxt</a>.
</p>
</div>
</footer>
</template>
<script></script>