Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/static/js/custom_02.js')
-rw-r--r--exampleSite/static/js/custom_02.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/static/js/custom_02.js b/exampleSite/static/js/custom_02.js
new file mode 100644
index 0000000..4fb8691
--- /dev/null
+++ b/exampleSite/static/js/custom_02.js
@@ -0,0 +1,3 @@
+const yourCustomFunction02 = (message) => {
+ console.log(message);
+};