Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti committed Sep 26, 2023
1 parent 653db3f commit e1ec208
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>HTML</title>

<!-- HTML -->


<title>Age Calculator App</title>
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css">
</head>

<body>


<div class="container">
<h1>Age Calculator</h1>
<label for="birthdate">Enter your birthdate:</label>
Expand All @@ -36,10 +28,6 @@ <h2>Age In</h2>

</div>
</div>



<script src="main.js"></script>
</body>

</html>
</html>

0 comments on commit e1ec208

Please sign in to comment.