Add page-wide serious toggler

This commit is contained in:
kaBeech
2023-03-18 17:48:56 -07:00
parent 6cd90ec137
commit 23e6e86e4d
3 changed files with 47 additions and 2 deletions

View File

@@ -46,6 +46,14 @@
</div>
</div>
<br />
<form>
Apply to
<label for="entirePage">entire page:</label>
<input type="radio" name="applyTo" id="entirePage" />
<label for="newExampleTextButton">example text only:</label>
<input type="radio" name="applyTo" id="exampleTextOnly" />
</form>
<br />
<form>
<label for="newExampleText">Example Text:</label>
<input type="text" id="newExampleText" name="newExampleText" />