summary refs log tree commit diff
path: root/pages/test
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-11-30 18:11:32 +0200
committerWlodekM <[email protected]>2024-11-30 18:11:32 +0200
commit97157622be86c68f69e6e48f3746ca2c70b7e8a8 (patch)
tree32fe8069343d2b41f01b2d58325942fb43864056 /pages/test
initial commit
Diffstat (limited to 'pages/test')
-rw-r--r--pages/test/page.html1
-rw-r--r--pages/test/page.js3
2 files changed, 4 insertions, 0 deletions
diff --git a/pages/test/page.html b/pages/test/page.html
new file mode 100644
index 0000000..7f8bb38
--- /dev/null
+++ b/pages/test/page.html
@@ -0,0 +1 @@
+testing page (tm)
\ No newline at end of file
diff --git a/pages/test/page.js b/pages/test/page.js
new file mode 100644
index 0000000..f98f2fd
--- /dev/null
+++ b/pages/test/page.js
@@ -0,0 +1,3 @@
+export function onload() {
+    console.log("hi from onload")
+}
\ No newline at end of file