mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 09:42:15 +01:00
21 lines
489 B
PHP
21 lines
489 B
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<style>
|
|
.page-number {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
font-size: 12px;
|
|
margin-left: 46px;
|
|
margin-bottom: 40px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="page-number">
|
|
Page <span class="pageNumber"></span> of <span class="totalPages"></span>
|
|
</div>
|
|
</body>
|
|
</html>
|