weekends left: changed death year for age of death
This commit is contained in:
parent
dc791ae47c
commit
803658c9b7
2 changed files with 9 additions and 7 deletions
|
|
@ -6,8 +6,8 @@
|
|||
<input type="number" id="birth-year" min="1900" max="2100" placeholder="1998">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="death-year">Death year:</label>
|
||||
<input type="number" id="death-year" min="1900" max="2200" placeholder="2088">
|
||||
<label for="death-age">Age at death:</label>
|
||||
<input type="number" id="death-age" min="1" max="999" placeholder="90">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue