mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
20 lines
647 B
HTML
20 lines
647 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/chatgpt-web/assets/logo-3651fe68.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="description" content="ChatGPT-web - a simple one-page web interface to the OpenAI ChatGPT API" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<title>ChatGPT-web</title>
|
|
<script type="module" crossorigin src="/chatgpt-web/assets/index-fd273403.js"></script>
|
|
<link rel="stylesheet" href="/chatgpt-web/assets/index-b626e383.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
</html> |