From feac3efe52df9dd1e5e5909c6705dc310764f53c Mon Sep 17 00:00:00 2001 From: Martin Stark <901824+martinstark@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:39:40 +0200 Subject: [PATCH 1/6] chore: improve debugging in demo app add favicon and title --- public/favicon.svg | 1 + public/index.html | 76 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 71 insertions(+), 6 deletions(-) create mode 100644 public/favicon.svg diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..03e6a86 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 59b3e2c..84b314c 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,7 @@ + + Media Event Filter Demo