chatpad/index.html
2023-08-28 15:38:17 +02:00

20 lines
575 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Chatpad AI</title>
<meta
name="description"
content="A free, open-source, and slick UI for ChatGPT"
/>
<meta
name="viewport"
content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0, interactive-widget=resizes-content"
/>
<link rel="icon" href="./favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>