14 lines
383 B
HTML
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>
|