<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
.footer {
width: 100%;
text-align: center;
font-size: 12px;
border-top: 1px solid #ccc;
}
</style>
</head>
<body>
<div class="footer">
Página [page] de [toPage]
</div>
</body>
</html>