{% extends "_base.html" %}

{% block content %}
    <h1>About This Gacha</h1>
    <p>This is a playful Misskey-themed gacha tracker made with Flask and SQLite.</p>
    <p>All rolls are stored, stats are tracked, and characters are added manually for now.</p>
    <p>Built with love, chaos, and way too much caffeine ☕.</p>
    <a href="{{ url_for('index') }}">← Back to Home</a>
{% endblock %}