Commit Graph
11 Commits
Author SHA1 Message Date
miles 455a77b2c7 Update login and signup pages to include Cloudflare Turnstile for enhanced security 2026-04-18 02:16:34 -05:00
miles 94a3dbda28 Refactor navigation links across multiple HTML files, adding "About" link and removing "Posts" link. Remove posts.json and related server functionality, indicating the removal of the posts feature. Add new "About" page detailing FEDL's mission, features, and community contributions. Update CSS for improved layout and animations. 2026-04-12 14:49:49 -05:00
miles c3c74863ef Add Google AdSense script to multiple HTML pages 2026-04-11 14:41:43 -05:00
miles f902c80dc6 Remove Cloudflare Workers types and related configurations; delete email worker implementation and add reset tokens JSON file. 2026-04-09 22:47:04 -05:00
miles b53ab78028 testin email 2026-04-09 22:03:59 -05:00
miles e2733d9d24 Refactor HTML files to use 'defer' attribute for script loading and update content for clarity and structure 2026-04-09 11:55:35 -05:00
miles 08a8a5bad1 updates 2026-04-05 00:02:50 -05:00
miles d16a6a3d68 added a page icon 2026-04-04 17:17:53 -05:00
miles 142fd5a6a0 added stuf 2026-04-03 23:53:33 -05:00
miles 7086fbfbee added posting to the wedsite 2026-04-03 23:08:55 -05:00
miles f012aa3dc4 Refactor navigation and add authentication features
- Updated navigation links across guess.html, index.html, lists.html, players.html, roulette.html, rules.html, and run.html for consistency and clarity.
- Enhanced index.html with a sign-up button for user registration.
- Modified lists.html to improve user guidance on video watching and added a "My %" column for tracking progress.
- Introduced login.html and signup.html for user authentication, including form validation and status messages.
- Implemented server-side user authentication in server.js, including user registration, login, and session management.
- Added user data handling for roulette progress and saved runs.
- Created a .gitignore file to exclude sensitive user data files from version control.
- Updated styles.css to accommodate new UI elements for authentication and improved layout.
2026-04-03 00:22:25 -05:00