Skip to content

Commit

Permalink
Add <main>
Browse files Browse the repository at this point in the history
  • Loading branch information
ReshetS committed Apr 9, 2024
1 parent cb07b49 commit 5eca8da
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
<link rel="stylesheet" href="./css/main.css" />
</head>
<body>
<load ="partials/header.html" />
<load ="partials/hero.html" />
<load ="partials/how-it-works.html" />
<load ="partials/advertisement.html" />
<load ="partials/vegetables.html" />
<load ="partials/reviews.html" />
<load ="partials/your-order.html" />
<load ="partials/footer.html" />
<load ="partials/mobile-menu.html" />
<load src="partials/header.html" />
<main>
<load src="partials/hero.html" />
<load src="partials/how-it-works.html" />
<load src="partials/advertisement.html" />
<load src="partials/vegetables.html" />
<load src="partials/reviews.html" />
<load src="partials/your-order.html" />
</main>
<load src="partials/footer.html" />
<load src="partials/mobile-menu.html" />
<script type="module" src="./main.js"></script>
</body>
</html>

0 comments on commit 5eca8da

Please sign in to comment.