diff --git a/contact.html b/contact.html
new file mode 100644
index 0000000000000000000000000000000000000000..8e1e73e062dc2c32e041d26adf0acd7e9d7098ec
--- /dev/null
+++ b/contact.html
@@ -0,0 +1,48 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Contact</title>
+    <link rel="stylesheet" href="./resources/css/style.css">
+</head>
+<body>
+     <!-- Header -->
+     <header>
+        <div class="logo">
+            <a href="index.html" style="text-decoration: none; color: inherit;"><h1>ÖNB</h1></a>
+        </div>
+        <nav>
+            <ul>
+                <li><a href="index.html">Home</a></li>
+                <li><a href="about.html">About</a></li>
+                <li><a href="data.html">Data</a></li>
+                <li><a href="contact.html">Contact</a></li>
+            </ul>
+        </nav>
+        <div class="results-button">
+            <a href="#">test</a>
+        </div>
+    </header>
+
+    <!-- Contact -->
+    <div class="contact-page">
+        <p>This project was created for the methodological course <i>Analyzing Central Europe's Intellectual Heritage</i> at the University of Vienna in collaboration with the Austrian National Library.</p>
+        <br>
+        <p>The dataset used for this project is the <i>Botanical Illustrations</i> dataset provided by the Austrian National Library: <br>
+            ONB Labs: Dataset Botanical Illustrations, https://labs.onb.ac.at/datasets/botanical-illustrations/</p>
+            License: <a href="https://creativecommons.org/publicdomain/zero/1.0/">https://creativecommons.org/publicdomain/zero/1.0/</a>
+
+        <br><br>
+        <p>If you have any questions or inquiries about this project, please contact <a href="mailto:a12250229@unet.univie.ac.at"><strong>Maximilian Berens</strong></a>.</p>
+        <br><br>
+        <img src="resources/ONB_Logo_Schwarz_Outline.png" alt="OENBlogo">
+    </div>
+
+     <!-- Footer -->
+     <footer>
+        <p>2023W 070128-1 Methodological course - Analyzing Central Europe's Intellectual Heritage <br> 
+            Made by Maximilian Berens</p>
+    </footer>
+</body>
+</html>
\ No newline at end of file