Images in html template not shown
Posted: Monday 15 May 2023 20:48
Guru's,
I created a simple template file in .../www/templates/webcam.html. It looks like:
In the UI I get the dropdown to go to this page, but it DOES NOT show me the images.
If I browse to https://domoticz/templates/webcam.html I DO get the images.
What am I doing wrong ... I expected to see the images also within the Domoticz UI.
PS: it is https but self signed .....
I created a simple template file in .../www/templates/webcam.html. It looks like:
Code: Select all
<!DOCTYPE html>
<html>
<body>
<img src="achtertuin.jpg" alt="Achtertuin" style="width:400px;height:400px">
<img src="voor.jpg" alt="Voor" style="width:400px;height:400px">
<img src="prieel.jpg" alt="Prieel" style="width:400px;height:400px">
</body>
</html>If I browse to https://domoticz/templates/webcam.html I DO get the images.
What am I doing wrong ... I expected to see the images also within the Domoticz UI.
PS: it is https but self signed .....