Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>Lord of the Rings</h1>
<fieldset>
<legend>Choose your character</legend>
<img
src="/images/ba8uagoc71t61.jpg"
src="public/images/ba8uagoc71t61.jpg"
alt="LOTR character toys"
width="280"
/>
Expand All @@ -91,9 +91,9 @@ <h1>Lord of the Rings</h1>
<label for="men">Men</label>
<input type="radio" name="character" id="wizard" />
<label for="wizard">Wizard</label>
<input type="radio" name="dwarf" id="dwarf" />
<input type="radio" name="character" id="dwarf" />
<label for="dwarf">Dwarf</label>
<input type="radio" name="elf" id="elf" />
<input type="radio" name="character" id="elf" />
<label for="elf">Elf</label>
</fieldset>
<button type="submit">Submit</button>
Expand Down