Update index.html

Added link to report issues
This commit is contained in:
Kenneth Hendricks 2024-10-19 01:18:14 -04:00 committed by GitHub
parent 2c1bcb32d9
commit ee3001b014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,21 @@
text-decoration: underline;
}
#feedback {
font-size: 12px;
margin-top: 10px;
color: #848a94;
}
#feedback a {
color: #78b3e2;
text-decoration: none;
}
#feedback a:hover {
text-decoration: underline;
}
/* Animation for status change */
.status-image.active {
transform: scale(1.1);
@ -95,6 +110,11 @@
<!-- An area for error messages, if necessary -->
<p id="error-message"></p>
<!-- Feedback link for users to report mistakes -->
<div id="feedback">
<p>Think this is a mistake? <a href="https://github.com/fmhy/FMHYFilterlist/issues" target="_blank">Let us know</a>.</p>
</div>
<div id="footer">
<p>Powered by <a href="https://github.com/fmhy/FMHYFilterlist" target="_blank">FMHY Filterlist</a></p>
</div>