* refactor(auth): replace dashboard sessions with stateless tokens * feat(auth): harden session issuance and distributed enforcement * fix(proxy): preserve trusted proxy compatibility defaults * refactor: address dashboard auth review feedback * refactor: remove classic frontend and flatten web app
26 lines
652 B
HTML
Vendored
26 lines
652 B
HTML
Vendored
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="google" content="notranslate" />
|
|
|
|
<!-- Primary Meta Tags -->
|
|
<title>New API</title>
|
|
<meta name="title" content="New API" />
|
|
<meta
|
|
name="description"
|
|
content="Unified AI API gateway and admin dashboard."
|
|
/>
|
|
|
|
<meta name="theme-color" content="#fff" />
|
|
<!--umami-->
|
|
<!--Google Analytics-->
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root" translate="no" class="notranslate"></div>
|
|
</body>
|
|
</html>
|