forked from waifu/kemoverse
9 lines
No EOL
397 B
HTML
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 %} |