Skip to content

Commit 44ecfd1

Browse files
authoredFeb 28, 2023
Update index.html
1 parent 27a6dba commit 44ecfd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<link href="./resources/css/index.css" type="text/css" rel="stylesheet">
4+
<link href="./index.css" type="text/css" rel="stylesheet">
55
<title>Codecademy DevProject</title>
66
</head>
77
<body>
88
<header>Dasmoto's Arts & Crafts</header>
99
<section>
1010
<h1 class="brushes">Brushes</h1>
11-
<img src="./resources/images/hacksaw.webp">
11+
<img src="./hacksaw.webp">
1212
<h2>Hacksaw Brushes</h2>
1313
<p>Made of the highest quality oak, Hacksaw brushes are known for their weight and ability to hold paint in large amounts. Available in different sizes. <span class="price">Starting at $3.00 / brush.</span></p>
1414
</section>
1515
<section>
1616
<h1 class="frames">Frames</h1>
17-
<img src="./resources/images/frames.webp">
17+
<img src="./frames.webp">
1818
<h2>Art Frames (assorted)</h2>
1919
<p>Assorted frames made of different material, including MDF, birchwood, and PDE. Select frames can be sanded and painted according to your needs. <span class="price">Starting at $2.00 / frame.</span></p>
2020
</section>
2121
<section>
2222
<h1 class="paint">paint</h1>
23-
<img src="./resources/images/finnish.jpeg">
23+
<img src="./finnish.jpeg">
2424
<h2>Art Frames (assorted)</h2>
2525
<p>Imported paint from Finland. Over 256 colors available in-store, varying in quantity (1 oz. to 8 oz.). Clean Finnish paint microbinds to canvas, increasing the finish and longevity of any artwork. <span class="price">Starting at $5.00 / tube.</span></p>
2626
</section>
2727
</body>
28-
</html>
28+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.