From e3c86f7ff37de0af10b4165216da14bf0f91dc0b Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 22 Jul 2021 17:23:06 +0200 Subject: add sample site resources --- example/content/shello_pineapple/hello.js | 1 + example/content/shello_pineapple/index.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 example/content/shello_pineapple/hello.js create mode 100644 example/content/shello_pineapple/index.json (limited to 'example/content/shello_pineapple') diff --git a/example/content/shello_pineapple/hello.js b/example/content/shello_pineapple/hello.js new file mode 100644 index 0000000..3632e67 --- /dev/null +++ b/example/content/shello_pineapple/hello.js @@ -0,0 +1 @@ +console.log("hello, pineapple!"); diff --git a/example/content/shello_pineapple/index.json b/example/content/shello_pineapple/index.json new file mode 100644 index 0000000..f75935a --- /dev/null +++ b/example/content/shello_pineapple/index.json @@ -0,0 +1,6 @@ +{ +"type" : "script", +"name" : "hello_pineapple", +"sha256" : "f53bde306e0774618a1c9e12cb62175fbca90779c79d812a699b54c125c1634a", +"location" : "hello.js" +} -- cgit v1.2.3