You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
444 B
13 lines
444 B
<!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>
|
|
|