24 lines
832 B
HTML
24 lines
832 B
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta name="theme-color" content="#f5f7f3" />
|
||
<meta
|
||
name="description"
|
||
content="查看 ChatGPT Business 在不同国家和地区的官方月付价格,并换算为人民币或美元。"
|
||
/>
|
||
<meta property="og:title" content="Business Price Radar|ChatGPT Business 全球月付价格" />
|
||
<meta
|
||
property="og:description"
|
||
content="独立的 ChatGPT Business 地区月价查询与汇率换算工具。"
|
||
/>
|
||
<meta property="og:type" content="website" />
|
||
<title>Business Price Radar|全球月付价格</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|