Update index.html

This commit is contained in:
SensoryEnvironmentTool 2022-03-29 12:58:10 +01:00 committed by GitHub
parent d3e3b21e06
commit 74c5cc64c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,10 @@
<input type="radio" id="laboratory" name="setting" value="laboratory" aria-label="Laboratory"> <input type="radio" id="laboratory" name="setting" value="laboratory" aria-label="Laboratory">
<label for="laboratory">Laboratory</label> <label for="laboratory">Laboratory</label>
</div> </div>
<div>
<input type="radio" id="library" name="setting" value="library" aria-label="Library">
<label for="library">Library</label>
</div>
<div> <div>
<input type="radio" id="social" name="setting" value="social-setting" aria-label="Social setting"> <input type="radio" id="social" name="setting" value="social-setting" aria-label="Social setting">
<label for="social">Social setting</label> <label for="social">Social setting</label>