diff --git a/index.html b/index.html
index f0f19a3..483ea59 100755
--- a/index.html
+++ b/index.html
@@ -598,6 +598,10 @@ <h2 class="medium-heading">FDND microsites</h2>
           </path>
         </svg>
       </a>
+
+      <ul class="acknowledgements">
+        <li>FDND relies on hosting provided by <a href="https://www.netlify.com/">Netlify</a></li>
+      </ul>
     </div>
   </footer>
 
diff --git a/main.css b/main.css
index b6a2de7..c2297ec 100644
--- a/main.css
+++ b/main.css
@@ -1565,3 +1565,8 @@ footer .button {
     height: auto;
     fill: currentColor;
 }
+
+.acknowledgements {
+    list-style:none;
+    font-size: .7rem;
+}
\ No newline at end of file