Files
Sissi/python/modules/rest-api/resources/templates/image_refresh_wrapper.html

8 lines
164 B
HTML

<html>
<head>
<meta http-equiv="refresh" content="{{ refreshInterval }}">
</head>
<body>
<img src="{{ imagePath }}">
</body>
</html>