This is based on my other project, website-surfer. The main difference is that you do not need a complex database to run this! You could simply copy the page onto your static site, replace the URLs in the JavaScript, and run your own 'surfer'.
You can preview this project here or here.
- Copy the three files from this repo into a folder on your website.
- Edit
script.js
to replace the URLs in themyURLs
variable. - Edit
index.html
to replace the URL in the<iframe>
element to be your 'starting page'. - Style the page how you like, it should be good to go!