Browse Source

Fix screenshot path

Paulus Schoutsen 3 years ago
parent
commit
b2cd8eaf4e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -171,7 +171,7 @@
 
 
       <p class="screenshot">
       <p class="screenshot">
         <img
         <img
-          src="/static/screenshot-dialog.png"
+          src="./static/screenshot-dialog.png"
           alt="Screenshot showing ESP Web Tools dialog offering visting the device, adding it to Home Assistant, change Wi-Fi, show logs and console and reset data."
           alt="Screenshot showing ESP Web Tools dialog offering visting the device, adding it to Home Assistant, change Wi-Fi, show logs and console and reset data."
         />
         />
         <i>Screenshot showing the ESP Web Tools interface</i>
         <i>Screenshot showing the ESP Web Tools interface</i>