I'm not sure to understand well your goal.
If you inspect the source code of this HTML page, you can find that this website use a Web SQL database: this is not a remote database but a local one. You can find the main code inside this JavaScript file: https://www.w3schools.com/w3Database.js
FYI, Web SQL is deprecated since 2010 (you can use IndexedDB instead).