mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
test: add integration tests
This commit is contained in:
13
test/integration/testdata/header-footer-html/footer.html
vendored
Normal file
13
test/integration/testdata/header-footer-html/footer.html
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user