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
4 changes: 2 additions & 2 deletions projects/age-calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ <h1>Age Calculator</h1>
<label for="birthday">Enter you date of birth</label>
<input type="date" id="birthday" name="birthday">
<button id="btn">Calculate Age</button>
<p id="result">Your age is 21 years old</p>
<p id="result">Your age is X years old</p>
</div>
</div>

<script src="index.js"></script>
</body>
</html>
</html>