Files
RoleForge/app/templates/index.html
Sergey Antropoff 1d2301fb09 first commit
2026-04-30 08:59:31 +03:00

14 lines
383 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ title }}</title>
<script src="https://unpkg.com/htmx.org@2.0.1"></script>
</head>
<body>
<h1>RoleForge backend is running</h1>
<p>Use <a href="/docs">OpenAPI docs</a> to work with API.</p>
</body>
</html>