mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
16 lines
237 B
PHP
16 lines
237 B
PHP
<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>
|