Folder layout
Pages are just folders with an index.html. Assets live in /assets. Future backend endpoints go in /functions/api.
/index.html
/games/index.html
/games/reaction/index.html
/assets/css/style.css
/assets/js/app.js
/functions/api/ping.js
/functions/api/me.js