Skip to content

Commit

Permalink
move script file ti head
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzsv committed Feb 12, 2024
1 parent ddc2c90 commit 18f0955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>goit-js-hw-09</title>
<link rel="stylesheet" href="./css/style.css" />
<script type="module" src="./js/main.js"></script>
</head>
<body>
<div class="container">
<load src="1-gallery.html" />
<load src="2-form.html" />
</div>
<script type="module" src="./js/main.js"></script>
</body>
</html>

0 comments on commit 18f0955

Please sign in to comment.