Skip to content

Commit 3b550b6

Browse files
committed
update footer
1 parent 5430c03 commit 3b550b6

File tree

1 file changed

+11
-39
lines changed

1 file changed

+11
-39
lines changed

app/templates/footer.html

Lines changed: 11 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,11 @@
1-
<footer class="big-footer">
2-
<div class="footer-grid">
3-
<div class="footer-brand">
4-
<h3>🔗 RZRO.link</h3>
5-
<p>Advanced link shortener utility. Secure, fast, and scalable.</p>
6-
</div>
7-
<div class="footer-col">
8-
<h4>Product</h4>
9-
<ul>
10-
<li><a href="#">API Documentation</a></li>
11-
<li><a href="#">Custom Branded Links</a></li>
12-
<li><a href="#">QR Code Engine</a></li>
13-
</ul>
14-
</div>
15-
<div class="footer-col">
16-
<h4>Support</h4>
17-
<ul>
18-
<li><a href="#">Help Center</a></li>
19-
<li><a href="#">System Status</a></li>
20-
<li><a href="#">Contact Us</a></li>
21-
</ul>
22-
</div>
23-
<div class="footer-col">
24-
<h4>Legal</h4>
25-
<ul>
26-
<li><a href="#">Privacy Policy</a></li>
27-
<li><a href="#">Terms of Service</a></li>
28-
<li><a href="#">Abuse Report</a></li>
29-
</ul>
30-
</div>
1+
<div class="footer-grid">
2+
<div class="footer-brand">
3+
<h3>🔗 RZRO.link</h3>
4+
<p>Advanced link shortener utility. Secure, fast, and scalable.</p>
315
</div>
326
<div class="footer-col">
337
<h4>Product</h4>
348
<ul>
35-
<li><a href="cache/list">CACHE URLs</a></li>
369
<li><a href="#">API Documentation</a></li>
3710
<li><a href="#">Custom Branded Links</a></li>
3811
<li><a href="#">QR Code Engine</a></li>
@@ -41,7 +14,6 @@ <h4>Product</h4>
4114
<div class="footer-col">
4215
<h4>Support</h4>
4316
<ul>
44-
<li><a href="/docs"> UI docs</a></li>
4517
<li><a href="#">Help Center</a></li>
4618
<li><a href="#">System Status</a></li>
4719
<li><a href="#">Contact Us</a></li>
@@ -55,11 +27,11 @@ <h4>Legal</h4>
5527
<li><a href="#">Abuse Report</a></li>
5628
</ul>
5729
</div>
30+
</div>
31+
<div class="footer-bottom">
32+
<div>© 2026 Recursive Zero Pvt Ltd. All rights reserved.</div>
33+
<div class="footer-meta">
34+
<span>v1.1.1-stable</span>
35+
<a href="https://github.com/recursivezero/tiny">GitHub</a>
5836
</div>
59-
<div class="footer-bottom">
60-
<div>© 2026 Recursive Zero Pvt Ltd. All rights reserved.</div>
61-
<div class="footer-meta">
62-
<span>v1.1.1-stable</span>
63-
<a href="https://github.com/recursivezero/tiny">GitHub</a>
64-
</div>
65-
</div>
37+
</div>

0 commit comments

Comments
 (0)