mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
14 lines
231 B
HTML
14 lines
231 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
font-size: 12px;
|
|
margin: auto 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p><span class="pageNumber"></span> of <span class="totalPages"></span></p>
|
|
</body>
|
|
</html>
|