Give your starting passage the tag "start", then put this somewhere on it:
(if: (saved-games:) contains "auto")[(link: "Continue")[(load-game: "auto")]]
Then create a passage, give it the tag "footer" and put this into it:
(if: not ((passage:)'s tags contains "start"))[(save-game: "auto")]
Now there will be a link on your starting passage that will allow your players to continue their last game, as long as their browser allowed a save to be created.