We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5ac4f commit 01c21aeCopy full SHA for 01c21ae
index.html
@@ -49,22 +49,22 @@ <h1>Automated Customer Service</h1>
49
<div class="main-slide">
50
<div
51
style="
52
- background-image: url('./img.yellow.jpg');
+ background-image: url('img.yellow.jpg');
53
"
54
></div>
55
56
57
- background-image: url('./img.pink.jpg');
+ background-image: url('img.pink.jpg');
58
59
60
61
62
- background-image: url('./img.red.jpg');
+ background-image: url('img.red.jpg');
63
64
65
66
67
- background-image: url('./img.blue.jpg');
+ background-image: url('img.blue.jpg');
68
69
70
</div>
@@ -81,3 +81,4 @@ <h1>Automated Customer Service</h1>
81
</body>
82
</html>
83
84
+
0 commit comments