Skip to content

Commit

Permalink
Fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadBalti committed Feb 17, 2024
1 parent 74732f7 commit 9804663
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
<meta name="author" content="ShadBalti Dilshad Hussain Shad Balti (shadbalti2@gmail.com)">
<meta name="description" content="Introducing Age Calculator App, a user-friendly app that helps you calculate your age accurately in seconds. Enter your birthdate and instantly see your age in years, months, days, hours, minutes, and even seconds!">
<meta name="keywords" content="Age Calculator, Age Calculator App, Age Tracker, Birthday Calculator, Date of Birth Calculator, Open Source App, Free App">

<link rel="stylesheet" href="style.css">
<title> Age Calculator app</title>


</head>

<body>
Expand Down Expand Up @@ -45,6 +48,8 @@ <h2>Life Milestones</h2>
<!-- Add more milestones as needed -->
</section>
</div>
<script src="main.js"></script>

</body>

</html>

0 comments on commit 9804663

Please sign in to comment.