diff --git a/public/about.html b/public/about.html
index a28ee0b744cc53e3ae81810b5e05b47348b3bd98..8e04b854ff742c150c1500aac2c5c8cec77f6687 100644
--- a/public/about.html
+++ b/public/about.html
@@ -153,6 +153,11 @@
               "serif"- und "sans-serif"-Option.
             </li>
           </ul>
+          <h2>Download</h2>
+          <p>
+            <a href="files/example.zip">Hier sind Beispiel-Dateien</a> die gerne
+            verwendet werden können, Download 5,1MB.
+          </p>
         </section>
 
         <section lang="en" id="english">
@@ -203,6 +208,11 @@
               a 'serif' and 'sans-serif' option.
             </li>
           </ul>
+          <h2>Download</h2>
+          <p>
+            <a href="files/example.zip">Here are example files</a> for everyones
+            convenience, Download 5,1MB.
+          </p>
         </section>
       </main>
       <footer>
diff --git a/public/files/example.zip b/public/files/example.zip
new file mode 100644
index 0000000000000000000000000000000000000000..fae14fd0afd12df38060c9b1da374fe84430ded5
Binary files /dev/null and b/public/files/example.zip differ