summaryrefslogtreecommitdiff
path: root/html/ex1.html
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-08 10:37:02 -0400
committerdemo <demo@antix1>2026-05-08 10:37:02 -0400
commit6ae1c16ec74dfef44dad2b49fc19bef4ee945ec4 (patch)
tree2021dbddecc67941dca4da5e643175fd3c689355 /html/ex1.html
parent8a3554d4f32d631bd1c7cc6254ab11b14b541c67 (diff)
feat: implement localclient logic
I've also added the local html files I'll be working with.
Diffstat (limited to 'html/ex1.html')
-rw-r--r--html/ex1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/ex1.html b/html/ex1.html
new file mode 100644
index 0000000..833f110
--- /dev/null
+++ b/html/ex1.html
@@ -0,0 +1,6 @@
+<html>
+<body>
+ <h1>Hello!</h1>
+ <a href="/other-page">A link to another page</a>
+</body>
+</html>