This commit is contained in:
Mikan
2026-06-20 19:13:05 +03:00
parent 32575e217e
commit 8514c63ec6
193 changed files with 22105 additions and 11660 deletions

View File

@@ -1,13 +1,13 @@
<!doctype html>
<html lang="en">
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/logo.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<link rel="icon" type="image/png" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI RPG</title>
<meta name="description" content="AI-RPG — text RPG with an LLM Game Master." />
<title>AI-RPG</title>
</head>
<body>
<body class="bg-bg text-fg">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>