summaryrefslogtreecommitdiff
path: root/frontend/status
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/status')
-rw-r--r--frontend/status/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/status/index.html b/frontend/status/index.html
index 61a2e06..49103f3 100644
--- a/frontend/status/index.html
+++ b/frontend/status/index.html
@@ -32,22 +32,22 @@
<div class="machine-container">
<div class="txtcol-dryer" id="dryer1">
<span>Dryer 1</span>
- <img src="/dryer_off.png" alt="" id="dryer1-img">
+ <img src="/assets/img/dryer_off.png" alt="" id="dryer1-img">
<span id="dryer1-span"></span>
</div>
<div class="txtcol-washer" id="washer1">
<span>Washer 1</span>
- <img src="/washer_off.png" alt="" id="washer1-img">
+ <img src="/assets/img/washer_off.png" alt="" id="washer1-img">
<span id="washer1-span"></span>
</div>
<div class="txtcol-dryer" id="dryer2">
<span>Dryer 2</span>
- <img src="/dryer_off.png" alt="" id="dryer2-img">
+ <img src="/assets/img/dryer_off.png" alt="" id="dryer2-img">
<span id="dryer2-span"></span>
</div>
<div class="txtcol-washer" id="washer2">
<span>Washer 2</span>
- <img src="/washer_off.png" alt="" id="washer2-img">
+ <img src="/assets/img/washer_off.png" alt="" id="washer2-img">
<span id="washer2-span"></span>
</div>
</div>