Feat: Add site footer

This commit is contained in:
2025-10-10 14:07:25 -07:00
parent 8dc152e428
commit e2e1733dcf

View File

@@ -78,6 +78,12 @@
</div>
</main>
<footer class="absolute bottom-4 left-0 right-0 text-center text-slate-500 text-sm z-10">
<a href="https://blog.4ev.link" target="_blank" class="hover:text-slate-300 transition-colors">Blog</a> &bull;
<a href="/acceptable-use" class="hover:text-slate-300 transition-colors">Acceptable Use</a> &bull;
<a href="/abuse" class="hover:text-slate-300 transition-colors">Abuse</a>
</footer>
<style>
.animate-blob { animation: blob 7s infinite; }
.animation-delay-4000 { animation-delay: -4s; }
@@ -94,4 +100,3 @@
</script>
</body>
</html>