mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
16 lines
344 B
HTML
16 lines
344 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Some title</title>
|
|
<meta name="author" content="Julien Neuhart">
|
|
<meta name="description" content="Simple HTML page">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
|
|
<body>
|
|
<p>Hi! I have been converted from an HTML page!</p>
|
|
</body>
|
|
|
|
</html> |