Add page number to footer

This commit is contained in:
Jake Howard 2017-03-31 18:26:51 +01:00
parent 7e5d37f3fd
commit c25605ed06

View File

@ -5,5 +5,12 @@
<script type="text/javascript" src="context.js"></script>
</head>
<body onload="subst()" class="footer">
<table style="width: 100%;">
<tr>
<td style="text-align: center">
Page <span class="page"></span> of <span class="topage"></span>
</td>
</tr>
</table>
</body>
</html>