summaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-04-05 21:08:03 +0200
committerxengineering <me@xengineering.eu>2022-04-05 21:08:03 +0200
commitd1e432e4bd53d5214fc2ac1fbb01393bf9c425f5 (patch)
tree062a05b0c64327eed8edcd4568b7865c632317ff /test.html
parenta0478547847d601ea0511b567414d07db86b8d0f (diff)
downloadlibweb-main.tar
libweb-main.tar.zst
libweb-main.zip
Allow buttons to contain anchorsHEADmain
Diffstat (limited to 'test.html')
-rw-r--r--test.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.html b/test.html
index 68ff6be..190d9e8 100644
--- a/test.html
+++ b/test.html
@@ -85,6 +85,7 @@ contact via mail: me@xengineering.eu
<!-- button -->
<button>button</button>
+ <button><a href="https://example.com">button as link</a></button>
<!-- img -->
<img src="./demo.png" alt="An example image">