diff options
author | xengineering <me@xengineering.eu> | 2021-11-26 16:31:52 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-11-26 16:32:59 +0100 |
commit | 5dfbb31aaa7777d92039dcee82b1df7b3f8c4840 (patch) | |
tree | ad721255b8f786cda5518f1230cdee121800d9a3 /html/test_simple.html | |
parent | 8a13b2ee623f1ce985361bea55cdacca9525be86 (diff) | |
download | libweb-5dfbb31aaa7777d92039dcee82b1df7b3f8c4840.tar libweb-5dfbb31aaa7777d92039dcee82b1df7b3f8c4840.tar.zst libweb-5dfbb31aaa7777d92039dcee82b1df7b3f8c4840.zip |
Introduce second Class of Background Colors and Buttons
Diffstat (limited to 'html/test_simple.html')
-rw-r--r-- | html/test_simple.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html/test_simple.html b/html/test_simple.html index 5be1b3b..0de1eea 100644 --- a/html/test_simple.html +++ b/html/test_simple.html @@ -80,6 +80,9 @@ contact via mail: me@xengineering.eu <!-- a --> <a href="https://example.com">Example Link</a> + <!-- button --> + <button>Testbutton</button> + <!-- img --> <img src="../img/demo.png" alt="An example image"> <img src="null.jpg" alt="Not existing image"> |