You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
The HTML page generated for monitor mode references the PNG image using an absolute UNIX-style path. As a result, opening the HTML page from a Windows host results in an error:
In case both the HTML and PNG files are guaranteed to reside in the same directory, I think a relative filename will work well for all platforms.
The HTML page generated for monitor mode references the PNG image using an absolute UNIX-style path. As a result, opening the HTML page from a Windows host results in an error:
In case both the HTML and PNG files are guaranteed to reside in the same directory, I think a relative filename will work well for all platforms.