mirror of
https://github.com/4ev-link/4ev.link.git
synced 2026-01-13 16:18:05 +00:00
Feat: Add site footer
This commit is contained in:
@@ -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> •
|
||||
<a href="/acceptable-use" class="hover:text-slate-300 transition-colors">Acceptable Use</a> •
|
||||
<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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user