Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add task solution
Browse files Browse the repository at this point in the history
1luki9901 committed Dec 10, 2024
1 parent 34af62b commit b392358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -9,12 +9,12 @@
<title>Title</title>
<link
rel="stylesheet"
href="./styles/main.scss"
href="./styles/utils/main.scss"
/>
</head>
<body>
<h1>Hello Mate Academy</h1>
<script src="scripts/main.js"></script>
<script src="scripts/lib/main.js"></script>
</body>
</html>
<section class="hero">
@@ -29,7 +29,7 @@ <h2 class="hero__title">Welcome to Creative Bakery</h2>
<h2 class="products__title">Our Products</h2>
<div class="products__list">
<div class="product">
<img src="images/product1.jpg"
<img src="images/gitkeep/product1.jpg"
alt="Product 1"
class="product__image">
<h3 class="product__name">Product 1</h3>

0 comments on commit b392358

Please sign in to comment.