kemoverse/web/templates/submit.html
2025-06-07 17:26:51 -03:00

8 lines
No EOL
270 B
HTML

{% extends "_base.html" %}
{% block content %}
<h1>Submit a Character</h1>
<p>Want to add a new character to the gacha pool?</p>
<p>This feature will be available soon. Stay tuned!</p>
<a href="{{ url_for('index') }}">← Back to Home</a>
{% endblock %}