summaryrefslogtreecommitdiff
path: root/html/test_simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/test_simple.html')
-rw-r--r--html/test_simple.html3
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">