Files
gotenberg/test/integration/testdata/header-footer-html/header.html
2025-03-21 14:09:34 +01:00

14 lines
183 B
HTML

<html>
<head>
<style>
body {
font-size: 12px;
margin: auto 20px;
}
</style>
</head>
<body>
<span class="title"></span>
</body>
</html>