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
Given an HTML file containing a css resource using an aboslute path: <link rel=stylesheet href=/css/site.css>
Result:
$ htmlark mypage.html
**SS: Error reading '/css/site.css': No such file or directory
Unable to convert webpage: [Errno 2] No such file or directory: '/css/site.css'**
I think htmlark should be able to handle this better.
The text was updated successfully, but these errors were encountered:
Given an HTML file containing a css resource using an aboslute path:
<link rel=stylesheet href=/css/site.css>
Result:
I think htmlark should be able to handle this better.
The text was updated successfully, but these errors were encountered: