1
0
Fork 0
forked from waifu/kemoverse
kemoverse/web/templates/about.html
2025-06-07 17:26:51 -03:00

9 lines
No EOL
397 B
HTML

{% 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 %}