update
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<footer class="border-t border-border-subtle py-16 px-6">
|
||||
<div class="max-w-5xl mx-auto flex flex-col sm:flex-row items-center justify-between gap-6">
|
||||
<div class="flex items-center gap-8">
|
||||
<a href="/" class="text-lg font-bold tracking-tight font-mono">Ping<span class="text-brand">QL</span></a>
|
||||
<nav class="flex items-center gap-6 text-sm text-gray-500">
|
||||
<a href="/docs" class="hover:text-gray-300 transition-colors">Docs</a>
|
||||
<a href="/privacy" class="hover:text-gray-300 transition-colors">Privacy</a>
|
||||
<a href="/terms" class="hover:text-gray-300 transition-colors">Terms</a>
|
||||
</nav>
|
||||
</div>
|
||||
<div class="text-xs text-gray-600">© <%= new Date().getFullYear() %> PingQL</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user