Files
gotenberg/test/integration/testdata/html-with-asset/index.html
T
2026-03-30 19:07:39 +02:00

12 lines
239 B
HTML

<!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" width="100px" height="100px" alt="Test image" />
</body>
</html>