Refactor web interface to use separate template files for all pages
- Create login.html, register.html, and config.html templates - Update /login, /register, /config, /history, and /settings routes to use render_template() - Remove inline HTML strings from web.py for better maintainability
Showing
AI.PROMPT
0 → 100644
templates/config.html
0 → 100644
templates/login.html
0 → 100644
templates/register.html
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment