-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.html
More file actions
39 lines (39 loc) · 1.13 KB
/
footer.html
File metadata and controls
39 lines (39 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<footer class="big-footer">
<div class="footer-grid">
<div class="footer-brand">
<h3>🔗 RZRO.link</h3>
<p>Advanced link shortener utility. Secure, fast, and scalable.</p>
</div>
<div class="footer-col">
<h4>Product</h4>
<ul>
<li><a href="#">API Documentation</a></li>
<li><a href="#">Custom Branded Links</a></li>
<li><a href="#">QR Code Engine</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Support</h4>
<ul>
<li><a href="#">Help Center</a></li>
<li><a href="#">System Status</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Legal</h4>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Abuse Report</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<div>© 2026 Recursive Zero Pvt Ltd. All rights reserved.</div>
<div class="footer-meta">
<span>v1.1.1-stable</span>
<a href="https://github.com/recursivezero/tiny">GitHub</a>
</div>
</div>
</footer>