Files
gotenberg/test/testdata/chromium/html/footer.html
2023-10-23 17:52:30 +02:00

15 lines
237 B
HTML

<html>
<head>
<style>
body {
font-size: 30rem;
margin: 4rem auto;
}
</style>
</head>
<body>
<p>
<span class="pageNumber"></span> of <span class="totalPages"></span>
</p>
</body>
</html>