From 13b476c6f4c14bf6636a7348ab6e1ecd5b5b3f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Hugentobler?= Date: Fri, 6 Dec 2024 17:40:17 +0100 Subject: [PATCH] Yeay --- docs/_includes/filmstrip.html | 1 - docs/_includes/line_chart.html | 14 ++++++++++++++ docs/index.md | 2 ++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/_includes/line_chart.html diff --git a/docs/_includes/filmstrip.html b/docs/_includes/filmstrip.html index 63cc912..ee5a08d 100644 --- a/docs/_includes/filmstrip.html +++ b/docs/_includes/filmstrip.html @@ -3,7 +3,6 @@ margin: 0; font-family: Arial, sans-serif; display: flex; - height: 100vh; } .carousel-wrapper { diff --git a/docs/_includes/line_chart.html b/docs/_includes/line_chart.html new file mode 100644 index 0000000..4a7a07d --- /dev/null +++ b/docs/_includes/line_chart.html @@ -0,0 +1,14 @@ + + + +
+
+ + \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 791927e..b71f455 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,3 +13,5 @@ This is a simple page written in Markdown. {% include filmstrip.html %} [Visit GitHub](https://github.com) + +{% include line_chart.html %}