Skip to content

Commit

Permalink
Make example names reindeer
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrose committed Dec 2, 2023
1 parent 3c26d9e commit c145798
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 @@ -19,9 +19,9 @@ <h1>
Enter the list of names, with commas separating each one.
</p>
<p>
You can try it out with Jack and Jill below.
You can try it out with some reindeer names below.
</p>
<input type="text" id="names" value="Jack, Jill" />
<input type="text" id="names" value="Rudolph, Dasher, Comet" />
<br />
<input onclick="submitNames()" id="namesButton" type="submit" value="Create assignments" />
<br />
Expand Down

0 comments on commit c145798

Please sign in to comment.