<!DOCTYPE html>
<html>
<head>
    <title>About - Misskey Gacha Center</title>
</head>
<body>
    <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>
</body>
</html>