Skip to content

Commit

Permalink
Change default selection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Dec 30, 2023
1 parent 0e1c1f8 commit 0fdd1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@
<div id="provider">
<form>
<label>
<input type="radio" name="provider" value="self-hosted">
<input type="radio" name="provider" value="self-hosted" checked>
Self-hosted
</label>
<br/>
<label>
<input type="radio" name="provider" value="cloud" checked>
<input type="radio" name="provider" value="cloud">
Cloud
</label>
</form>
Expand Down

0 comments on commit 0fdd1c7

Please sign in to comment.