From e68ffca5444d5595c22786ea683fe388fdfd3746 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 11 Oct 2024 10:53:01 +0200 Subject: [PATCH] feat: include SVG as and inline --- include/girlande-600x100.svg | 321 +++++++++++++++++++++++++++++++++ include/index.html | 338 +++++++++++++++++++++++++++++++++++ include/style.css | 5 + 3 files changed, 664 insertions(+) create mode 100644 include/girlande-600x100.svg create mode 100644 include/index.html create mode 100644 include/style.css diff --git a/include/girlande-600x100.svg b/include/girlande-600x100.svg new file mode 100644 index 0000000..f4aa622 --- /dev/null +++ b/include/girlande-600x100.svg @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/include/index.html b/include/index.html new file mode 100644 index 0000000..b037f87 --- /dev/null +++ b/include/index.html @@ -0,0 +1,338 @@ + + + + + SVG include + + + + +
+
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + \ No newline at end of file diff --git a/include/style.css b/include/style.css new file mode 100644 index 0000000..b093184 --- /dev/null +++ b/include/style.css @@ -0,0 +1,5 @@ +.girlande { + display: inline-block; + margin: 3rem; + border: 1px solid #000000; +} \ No newline at end of file