Skip to content

Commit c336e44

Browse files
author
molty3000
committed
chore: add footer with copyright
1 parent c90a25b commit c336e44

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@
5353

5454
gtag('config', 'G-DHFKFCQFT3');
5555
</script>
56+
57+
<!-- Footer -->
58+
<footer class="footer">
59+
<div class="container">
60+
<div class="social-links">
61+
<a href="https://github.com/BackendStack21/fast-gateway" target="_blank">GitHub</a>
62+
<a href="https://www.npmjs.com/package/fast-gateway" target="_blank">npm</a>
63+
<a href="https://21no.de/" target="_blank">21no.de</a>
64+
</div>
65+
<p>Open source under the MIT License. © 2026 <a href="https://21no.de/">21no.de</a></p>
66+
</div>
67+
</footer>
5668
</body>
5769

5870
</html>

0 commit comments

Comments
 (0)