kemoverse/web/templates/submit.html
2025-05-15 22:14:41 -03:00

12 lines
330 B
HTML

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