From 80aba88933089dbc9ec4157df7ba042bd852c720 Mon Sep 17 00:00:00 2001 From: Mat911 Date: Wed, 23 Oct 2024 10:02:05 +0400 Subject: [PATCH] add index.js and integration --- Demontis matisse/index.html | 5 ++++- Demontis matisse/index.js | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Demontis matisse/index.js diff --git a/Demontis matisse/index.html b/Demontis matisse/index.html index fc7ce31..1c76171 100644 --- a/Demontis matisse/index.html +++ b/Demontis matisse/index.html @@ -55,7 +55,10 @@ - + + diff --git a/Demontis matisse/index.js b/Demontis matisse/index.js new file mode 100644 index 0000000..d0220d4 --- /dev/null +++ b/Demontis matisse/index.js @@ -0,0 +1 @@ +console.log("hello from index.js") \ No newline at end of file