Files
openrouter-watcher/templates/components/footer.html
Luca Sacchi Ricciardi c1f47c897f feat(frontend): T44 setup FastAPI static files and templates
- Mount static files on /static endpoint
- Configure Jinja2Templates with directory structure
- Create base template with Pico.css, HTMX, Chart.js
- Create all template subdirectories (auth, dashboard, keys, tokens, profile, components)
- Create initial CSS and JS files
- Add tests for static files and templates configuration

Tests: 12 passing
Coverage: 100% on new configuration code
2026-04-07 17:58:03 +02:00

7 lines
193 B
HTML

<footer class="footer">
<div class="container">
<p>&copy; 2024 OpenRouter API Key Monitor. All rights reserved.</p>
<p><small>Version 1.0.0</small></p>
</div>
</footer>