aboutsummaryrefslogtreecommitdiff
path: root/frontend/ts/src/pages/notFound.ts
diff options
context:
space:
mode:
authorJoris2025-04-19 12:36:38 +0200
committerJoris2025-04-19 12:38:24 +0200
commit632eef6424d8dc8d40c2906177892697679e7b85 (patch)
tree48d9cd60e9e96eab810b5f7bb3c7b1fa79e0438f /frontend/ts/src/pages/notFound.ts
parent063d8ef9eaf874a941f4459e831057dd0a1b7ddd (diff)
Add ZIG server
Diffstat (limited to 'frontend/ts/src/pages/notFound.ts')
-rw-r--r--frontend/ts/src/pages/notFound.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/ts/src/pages/notFound.ts b/frontend/ts/src/pages/notFound.ts
new file mode 100644
index 0000000..acb4805
--- /dev/null
+++ b/frontend/ts/src/pages/notFound.ts
@@ -0,0 +1,5 @@
+import { h, withState, Html } from 'lib/rx'
+
+export function view(): Html {
+ return 'Page introuvable…';
+}