Widget:Guides/PlatformSwitcher: Difference between revisions
Jump to navigation
Jump to search
Created page with "test test test <script>alert(1);</script>" |
No edit summary |
||
Line 1: | Line 1: | ||
<form> | |||
<fieldset> | |||
<legend>Select your operating system:</legend> | |||
< | <label> | ||
<input type="radio" name="platform" value="windows" checked /> Windows | |||
</label> | |||
<label> | |||
<input type="radio" name="platform" value="macos" /> macOS | |||
</label> | |||
<label> | |||
<input type="radio" name="platform" value="linux" /> Linux | |||
</label> | |||
<label> | |||
<input type="radio" name="platform" value="haiku" /> Haiku | |||
</label> | |||
</fieldset> | |||
</form> |
Revision as of 23:13, 6 December 2024
<form>
<fieldset> <legend>Select your operating system:</legend>
<label> <input type="radio" name="platform" value="windows" checked /> Windows </label>
<label> <input type="radio" name="platform" value="macos" /> macOS </label>
<label> <input type="radio" name="platform" value="linux" /> Linux </label>
<label> <input type="radio" name="platform" value="haiku" /> Haiku </label> </fieldset>
</form>