diff options
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"> |