OO interface growing

This commit is contained in:
2026-03-09 18:04:08 +01:00
parent d45dade325
commit 587c306218
5 changed files with 125 additions and 46 deletions

View File

@@ -13,6 +13,10 @@ Please press this <button id="btn">Button</button> for something to happen.
<p>
Some input text: <input type="Text" id="inp1" value="Default input value" />
</p>
<p>
Some input date: <input type="Date" id="inp2" value="2026-01-01" />
</p>
<div id="test" class="yellow">
<p> Hi there! <a href="/">Click here to load this page again</a></p>
<p> To <a href="page2.html">page 2</a></p>