Files
chatgpt-web/index.html
2025-06-15 06:55:06 +00:00

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-3880ded0.js"></script>
<link rel="stylesheet" href="/chatgpt-web/assets/index-ec8e632f.css">
</head>
<body>
<div id="app"></div>
</body>
</html>