Replace the content in each a element's href tag and the img's src tags as needed for each specific page.
The biggest pain is going to be managing your image sizes, since you need to account for all readers. You're going to be dealing with desktop users besides mobile. So, if your panels/pages are smaller than a player, you might need to implement some size limitations (such as what Temmie's pages do). For this example, I just left it at an un-filtered size and made the test image so big that it doesn't matter.
End result:
Hope something in that rambling helps.