16 lines
362 B
HTML
16 lines
362 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../static/style.css" />
|
|
</head>
|
|
<body class="footer">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
Page <span class="page"></span> of <span class="topage"></span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<script type="text/javascript" src="../static/context.js"></script>
|
|
</body>
|
|
</html>
|