mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-07-02 08:27:41 +08: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>
|