diff --git a/chloe.html b/chloe.html
new file mode 100644
index 0000000000000000000000000000000000000000..7d9a4e98f18967e2951422164d728fb64a01114c
--- /dev/null
+++ b/chloe.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en" xmlns:C="http://www.w3.org/1999/xhtml">
+    <head>
+        <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
+        <meta charset="UTF-8">
+        <title>Chloé</title>
+
+    </head>
+    <body>
+       <nav>
+            <ul>
+            <li><a href="/">Main page</a></li>
+            <li><a href="/chloe">Chloé</a></li>
+            </ul>
+        </nav>
+        <div class="content">
+            <h1>Chloé</h1>
+            <p>Chloé Schmitz</p>
+
+            <img src= "{{ url_for('static', filename='Crab_Nebula_pillars.jpg')}}", width="500" ,height="600">
+
+            <p>source : https://www.esa.int/Space_in_Member_States/France/La_Nebuleuse_du_Crabe</p>
+        </content>
+    </body>
+</html>
\ No newline at end of file