Skip to content

Commit

Permalink
Merge pull request #16 from Mateusinbessa/main
Browse files Browse the repository at this point in the history
script position changed to head section
  • Loading branch information
ShadBalti authored Jan 4, 2024
2 parents 84145e3 + 3efe10a commit 3ec4c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Age Calculator App</title>
<link rel="stylesheet" href="style.css" />
<script defer src="main.js"></script>
</head>

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

</html>

0 comments on commit 3ec4c8b

Please sign in to comment.