1
1
mirror of https://git.gay/DeltaStudio/PufokReactApp.git synced 2025-07-18 05:42:24 +07:00

DMCA protection badge

This commit is contained in:
pufok 2025-06-01 01:58:55 +03:00
parent 9425411da4
commit 47d5aaec80
2 changed files with 4 additions and 0 deletions

View File

@ -145,6 +145,9 @@ body {
.button-group img {
max-width: 100px;
height: auto;
/* image-rendering: pixelated; */
/* width: 88;
height: 31; */
/* border-radius: 8px; */
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.2s ease;

View File

@ -8,6 +8,7 @@ function Footer() {
return (
<footer className="footer">
<p>&copy; {currentYear} pufok. {translations[language].footer}</p>
<p><a href="//www.dmca.com/Protection/Status.aspx?ID=ebdb4833-b053-4af2-95f7-2ddce3dcaf12" title="DMCA.com Protection Status" class="dmca-badge"> <img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-02.png?ID=ebdb4833-b053-4af2-95f7-2ddce3dcaf12" alt="DMCA.com Protection Status" /></a> <script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script></p>
</footer>
);
}