mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
12 lines
239 B
HTML
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>
|