Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shelllet committed Jan 16, 2024
1 parent e709fad commit 75459d7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions assets/web/test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<select name="selectomatic">
<option id="non_multi_option" value="one">One</option>
<option selected="selected" value="two">Two</option>
<option value="four">Four</option>
<option value="still learning how to count, apparently">Still learning how to count, apparently</option>
</select>

<label id="lv" style="visibility:hidden;"> text</label>

<a href="" id="Courses">winui++</a>

<input id="text" />
<iframe
id="inlineFrameExample"
title="Inline Frame Example"
width="300"
height="200"
src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik">
</iframe>

0 comments on commit 75459d7

Please sign in to comment.