Skip to content

Commit

Permalink
Prompting user for planet input starting with a capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcso committed Jan 7, 2024
1 parent 3c3d763 commit 9de30a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Season-2/Level-3/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<body>
<h1>Planet Information</h1>
<form action="/" method="POST">
<label for="planet">Enter a planet name:</label>
<label for="planet">Enter a planet name: (e.g. Mars)</label>
<input type="text" id="planet" name="planet">
<br><br>
<input type="submit" value="Submit">
Expand Down

0 comments on commit 9de30a2

Please sign in to comment.