From 87ad7db0e6808cf7e4f1ff0e061ef7ebe6333ab5 Mon Sep 17 00:00:00 2001 From: thomashamburg Date: Fri, 31 Oct 2025 22:34:37 +0100 Subject: [PATCH] little fixes --- hypermedia/2-example/index.html | 78 +++++++++++++++---------------- hypermedia/2-example/recordx.json | 10 ++++ 2 files changed, 47 insertions(+), 41 deletions(-) create mode 100644 hypermedia/2-example/recordx.json diff --git a/hypermedia/2-example/index.html b/hypermedia/2-example/index.html index c3a0779..e387240 100644 --- a/hypermedia/2-example/index.html +++ b/hypermedia/2-example/index.html @@ -4,7 +4,7 @@ - Hypermedia + Signals @@ -12,59 +12,55 @@ -

Signals

+

Datastar Signals

-
+
-

-

+

-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
+ + + + + + + + + + + + + + + + + + + + + + + + +
- - + +
-

 
-
 
 
 
\ No newline at end of file
diff --git a/hypermedia/2-example/recordx.json b/hypermedia/2-example/recordx.json
new file mode 100644
index 0000000..f7eba27
--- /dev/null
+++ b/hypermedia/2-example/recordx.json
@@ -0,0 +1,10 @@
+{
+    "username": "SofiaChen",
+    "email": "sofia.c@cloudnet.org",
+    "street": "Maple Avenue",
+    "suite": "Suite 210",
+    "city": "Oakridge",
+    "zipcode": "45678-9012",
+    "phone": "555-987-6543 x2156",
+    "website": "sofiachen.dev"
+  }