Skip to content

Commit

Permalink
add comments before main tags
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jun 6, 2024
1 parent ce926e8 commit 9693d8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<link rel="stylesheet" href="./sass/main.css">
</head>
<body>
/* ----------------
----- HEADER ------
---------------- */
<header class="header-2-0">
<div class="top-header">
<div class="top-header__logo">
Expand All @@ -22,6 +25,9 @@

</div>
</header>
/* ----------------
------ MAIN -------
---------------- */
<main class="main-2-0">
<section id="hero-swiper">
<div class="hero-swiper swiper">
Expand All @@ -43,6 +49,9 @@
</div>
</section>
</main>
/* ----------------
----- FOOTER ------
---------------- */
<footer class="footer-2-0">

</footer>
Expand Down

0 comments on commit 9693d8e

Please sign in to comment.