1
1
Fork 0
portfolio/_includes/base-footer.html
Ava Gaiety Wroten 3ac60346d4 More progress
2021-02-02 22:37:07 -06:00

8 lines
312 B
HTML

<footer class="mt-12 max-w-7xl mx-auto py-12 px-4 sm:px-6 md:flex md:items-center md:justify-between lg:px-8">
<div class="text-gray-500">
Built in <a href="https://www.11ty.dev/">Eleventy</a> with <a href="https://tailwindui.com/">Tailwind UI</a>
</div>
</footer>
</body>
</html>