diff --git a/i2p2www/pages/site/index.html b/i2p2www/pages/site/index.html
index c3e3fcd2b919e71e25808599a53f20851445b3e8..4d35fb96ef379265ed5188da56f6ccc7096dc458 100644
--- a/i2p2www/pages/site/index.html
+++ b/i2p2www/pages/site/index.html
@@ -43,6 +43,9 @@
     <h1>{% trans %}News &amp; Updates{% endtrans %}</h1>
       {% include "blog/latest.html" %}
   </div>
-
+  <div id="herocredit">
+    <a href="https://pixabay.com/users/montevideo-5677795/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=3621630%22%3EMontevideo">Hero Image courtesy of Pixabay artist Montevideo</a>
+  </div>
 </div>
+
 {% endblock %}
diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css
index f5132559b3bdd82185d16a61cd4043a64a201d7b..85f8579b20fada1c3cfb884931093d508cf63f65 100644
--- a/i2p2www/static/styles/duck/default.css
+++ b/i2p2www/static/styles/duck/default.css
@@ -129,6 +129,11 @@ div#content .main p {
   color: var(--i2poffwhite);
 }
 
+div#herocredit {
+  text-align: right;
+  font-size: 8px;
+}
+
 .main .get-i2p {
     display: block;
     top: 50%;