Files
Sissi/python/modules/debra-rest-api/resources/templates/image_refresh_wrapper.html
Sheldan 503fd2520d [SIS-xxx] updating abstracto version
restructuring api to private and public rest api
adding custom image generation module
2023-12-23 22:20:18 +01:00

8 lines
164 B
HTML

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