Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -50,7 +50,7 @@
|
|
| 50 |
|
| 51 |
<!-- Image Display -->
|
| 52 |
<div class="image-container">
|
| 53 |
-
<img id="stepImage" src="
|
| 54 |
<div id="placeholderText" class="placeholder" style="display: none;">
|
| 55 |
<div class="placeholder-icon">
|
| 56 |
<span id="placeholderNumber">1</span>
|
|
@@ -93,7 +93,7 @@
|
|
| 93 |
<div class="tip-icon">⏱️</div>
|
| 94 |
<h3 class="tip-title">Take Your Time</h3>
|
| 95 |
<p class="tip-text">
|
| 96 |
-
|
| 97 |
</p>
|
| 98 |
</div>
|
| 99 |
|
|
|
|
| 50 |
|
| 51 |
<!-- Image Display -->
|
| 52 |
<div class="image-container">
|
| 53 |
+
<img id="stepImage" src="assets/p9.jpg" alt="Assembly step 1" class="step-image">
|
| 54 |
<div id="placeholderText" class="placeholder" style="display: none;">
|
| 55 |
<div class="placeholder-icon">
|
| 56 |
<span id="placeholderNumber">1</span>
|
|
|
|
| 93 |
<div class="tip-icon">⏱️</div>
|
| 94 |
<h3 class="tip-title">Take Your Time</h3>
|
| 95 |
<p class="tip-text">
|
| 96 |
+
Don't rush! Make sure to read the instructions carefully.
|
| 97 |
</p>
|
| 98 |
</div>
|
| 99 |
|