From 6b0fbec2a1838a26cbda39d2efaf654255728d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Schmitz?= <chloe.schmitz@student.uclouvain.be> Date: Mon, 19 Feb 2024 10:25:19 +0000 Subject: [PATCH] Upload New File --- chloe.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 chloe.html diff --git a/chloe.html b/chloe.html new file mode 100644 index 0000000..7d9a4e9 --- /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 -- GitLab