Using the following code, all following pages' numbering will look like:

1 / <NUM>

with <NUM> being replaced by the current page number.

\let\oldthepage=\thepage
\renewcommand{\thepage}{1 / \oldthepage}