2023-04-22 12:39:27 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
2023-12-20 11:27:27 +00:00
|
|
|
|
<title>One API</title>
|
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
|
<!-- Meta Tags-->
|
2023-04-22 12:39:27 +00:00
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2023-12-20 11:27:27 +00:00
|
|
|
|
<meta name="theme-color" content="#2296f3" />
|
2023-04-22 12:39:27 +00:00
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
2023-06-19 08:04:35 +00:00
|
|
|
|
content="OpenAI 接口聚合管理,支持多种渠道包括 Azure,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用"
|
2023-04-22 12:39:27 +00:00
|
|
|
|
/>
|
2023-12-20 11:27:27 +00:00
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
|
|
|
|
<link
|
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap"
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
/>
|
2023-04-22 12:39:27 +00:00
|
|
|
|
</head>
|
2023-12-20 11:27:27 +00:00
|
|
|
|
|
2023-04-22 12:39:27 +00:00
|
|
|
|
<body>
|
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
|
<div id="root"></div>
|
2023-12-20 11:27:27 +00:00
|
|
|
|
|
2023-04-22 12:39:27 +00:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|