Skip to content

Commit 3ec4c8b

Browse files
authored
Merge pull request #16 from Mateusinbessa/main
script position changed to head section
2 parents 84145e3 + 3efe10a commit 3ec4c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<title>Age Calculator App</title>
99
<link rel="stylesheet" href="style.css" />
10+
<script defer src="main.js"></script>
1011
</head>
1112

1213
<body>
@@ -37,7 +38,6 @@ <h2>Life Milestones</h2>
3738
<!-- Add more milestones as needed -->
3839
</div>
3940
</div>
40-
<script src="main.js"></script>
4141
</body>
4242

4343
</html>

0 commit comments

Comments
 (0)