Skip to content

Commit 01c21ae

Browse files
Update index.html
1 parent ce5ac4f commit 01c21ae

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ <h1>Automated Customer Service</h1>
4949
<div class="main-slide">
5050
<div
5151
style="
52-
background-image: url('./img.yellow.jpg');
52+
background-image: url('img.yellow.jpg');
5353
"
5454
></div>
5555
<div
5656
style="
57-
background-image: url('./img.pink.jpg');
57+
background-image: url('img.pink.jpg');
5858
"
5959
></div>
6060
<div
6161
style="
62-
background-image: url('./img.red.jpg');
62+
background-image: url('img.red.jpg');
6363
"
6464
></div>
6565
<div
6666
style="
67-
background-image: url('./img.blue.jpg');
67+
background-image: url('img.blue.jpg');
6868
"
6969
></div>
7070
</div>
@@ -81,3 +81,4 @@ <h1>Automated Customer Service</h1>
8181
</body>
8282
</html>
8383

84+

0 commit comments

Comments
 (0)