6 lines
451 B
HTML
6 lines
451 B
HTML
|
<html>
|
||
|
<h1>openHAB user provided static content</h1>
|
||
|
<p>Serve your own static html pages or resources from here. Files stored in the openHAB configuration subfolder <tt>html</tt> will be available through the HTTP server of openHAB, e.g. <a href="http://device-address:8080/static/image.png">http://device-address:8080/static/image.png</a>.</p>
|
||
|
<p>Resources for sitemap elements (image, video,...) can also be provided though this folder.</p>
|
||
|
</html>
|