Files
gotenberg/test/integration/testdata/html-with-asset/index.html
T
2026-03-30 18:14:15 +02:00

12 lines
210 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" alt="Test image" />
</body>
</html>