From 05324c1e59222d119d2b009b99336d6757192085 Mon Sep 17 00:00:00 2001 From: nefo Date: Sun, 6 Nov 2022 12:58:18 +0800 Subject: [PATCH] perubahan pada index.html --- html/index.html | 12 ++++++++++++ index.html | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 html/index.html diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..cd8a426 --- /dev/null +++ b/html/index.html @@ -0,0 +1,12 @@ + + + + + + + Document + + +

latihan fork

+ + \ No newline at end of file diff --git a/index.html b/index.html index 2f39921..e5cbb9f 100644 --- a/index.html +++ b/index.html @@ -264,7 +264,7 @@
Please fill out this form
interval: 3000 }); - const parallax = document.querySelectorAll('.parallax'); + const parallax = document.querySelectorAll('.parallaxxxx'); M.Parallax.init(parallax); const materialbox = document.querySelectorAll('.materialboxed');