From f5d42d134973f1b1d8203f9beb02b866efe4295a Mon Sep 17 00:00:00 2001 From: nael Date: Mon, 15 Oct 2018 12:25:26 +0200 Subject: [PATCH] Slideshow RSS creation dossier --- Fluidbook-p5/main.js | 3 +++ Slideshow-RSS/index.html | 10 ++++++++++ Slideshow-RSS/main.js | 0 3 files changed, 13 insertions(+) create mode 100644 Slideshow-RSS/index.html create mode 100644 Slideshow-RSS/main.js diff --git a/Fluidbook-p5/main.js b/Fluidbook-p5/main.js index e69de29..32bac84 100644 --- a/Fluidbook-p5/main.js +++ b/Fluidbook-p5/main.js @@ -0,0 +1,3 @@ +var tl = new TimelineMax(); + +tl.to() \ No newline at end of file diff --git a/Slideshow-RSS/index.html b/Slideshow-RSS/index.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/Slideshow-RSS/index.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file diff --git a/Slideshow-RSS/main.js b/Slideshow-RSS/main.js new file mode 100644 index 0000000..e69de29 -- 2.39.5