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 %}