input fields, elements, windows

This commit is contained in:
2026-03-10 12:32:15 +01:00
parent 35f5a8f60d
commit 35a7508927
2 changed files with 19 additions and 9 deletions

View File

@@ -16,6 +16,9 @@ Some input text: <input type="Text" id="inp1" value="Default input value" />
<p>
Some input date: <input type="Date" id="inp2" value="2026-01-01" />
</p>
<p>
Some color input: <input type="Color" id="inp3" value="#8732422" />
</p>
<div id="test" class="yellow">
<p> Hi there! <a href="/">Click here to load this page again</a></p>