fix(chromium): assets not loading

This commit is contained in:
Julien Neuhart
2026-03-30 18:11:24 +02:00
parent 5be574081c
commit 1ab0117943
5 changed files with 75 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 B

View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HTML with Asset</title>
</head>
<body>
<p>Asset test</p>
<img src="image.png" alt="Test image" />
</body>
</html>