Skip to content

Commit f1a55f4

Browse files
committed
move script to the head
1 parent 27be8fa commit f1a55f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<title>
1414
Frontend Mentor | Newsletter sign-up form with success message
1515
</title>
16+
<script src="https://unpkg.com/validator@latest/validator.min.js"></script>
1617
</head>
1718
<body>
1819
<main>
@@ -81,7 +82,7 @@ <h1 class="modal__heading">Thanks for subscribing!</h1>
8182
</div>
8283
</main>
8384
<!-- Validator -->
84-
<script src="https://unpkg.com/validator@latest/validator.min.js"></script>
85+
8586
<script src="app.js"></script>
8687
</body>
8788
</html>

0 commit comments

Comments
 (0)