Skip to content

Commit 9dfbc04

Browse files
Copilotnitrocode
andauthored
Add feedback/contact link to footer
Agent-Logs-Url: https://github.com/nitrocode/token-deathclock/sessions/9077d459-43bd-4537-98b1-345ea6319dd3 Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
1 parent a6bf579 commit 9dfbc04

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,9 @@ <h2>What You Can Do</h2>
662662
<footer>
663663
<div class="container">
664664
<p>Created by <strong>RB</strong> &mdash; AI Death Clock &mdash; 2026</p>
665+
<p class="footer-disclaimer">
666+
💬 <a href="https://bit.ly/2K7e76D" target="_blank" rel="noopener noreferrer">Feedback &amp; Contact</a> — questions, ideas, or data corrections welcome.
667+
</p>
665668
<p class="footer-disclaimer">
666669
Environmental figures are illustrative estimates based on published AI energy-use research,
667670
not official measurements. Sources: Google/DeepMind energy reports, Microsoft sustainability

styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,15 @@ footer {
12111211

12121212
footer strong { color: var(--accent-2); }
12131213

1214+
footer a {
1215+
color: var(--accent-2);
1216+
text-decoration: none;
1217+
}
1218+
1219+
footer a:hover {
1220+
text-decoration: underline;
1221+
}
1222+
12141223
.footer-disclaimer {
12151224
margin-top: 0.5rem;
12161225
font-size: 0.7rem;

0 commit comments

Comments
 (0)