2023-03-14 11:00:40 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
2023-07-09 22:42:06 +00:00
|
|
|
<link rel="dns-prefetch" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="dns-prefetch" href="https://cdnjs.cloudflare.com">
|
|
|
|
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
|
|
|
|
<link rel="preconnect" crossorigin="anonymous" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" crossorigin="anonymous" href="https://cdnjs.cloudflare.com">
|
|
|
|
<link rel="preconnect" crossorigin="anonymous" href="https://cdn.jsdelivr.net">
|
2023-07-07 11:36:32 +00:00
|
|
|
<link rel="icon" href="/favicon.ico" />
|
2023-03-14 11:00:40 +00:00
|
|
|
<!-- mobile app viewport -->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
|
|
|
|
<meta name="theme-color" content="#000000" />
|
2023-03-18 09:04:26 +00:00
|
|
|
<meta name="description" content="An open source ChatGPT app with a voice." />
|
2023-07-07 11:36:32 +00:00
|
|
|
<link rel="apple-touch-icon" href="/logo192.png" />
|
2023-03-14 11:00:40 +00:00
|
|
|
<title>Chat with GPT | Unofficial ChatGPT app</title>
|
2023-07-09 22:42:06 +00:00
|
|
|
<link rel="stylesheet" crossorigin="anonymous" media="all" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" />
|
|
|
|
<link rel="stylesheet" crossorigin="anonymous" media="all" href="https://fonts.googleapis.com/css?family=Open+Sans:100,400,300,500,700,800" />
|
|
|
|
<link rel="stylesheet" crossorigin="anonymous" media="all" href="https://fonts.googleapis.com/css?family=Fira+Code:100,400,300,500,700,800" />
|
|
|
|
<link rel="stylesheet" crossorigin="anonymous" href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700&display=swap">
|
|
|
|
<link rel="stylesheet" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/katex@0.16.0/dist/katex.min.css" integrity="sha384-Xi8rHCmBmhbuyyhbI88391ZKP2dmfnOl4rT9ZfRI7mLTdk1wblIUnrIq35nqwEvC">
|
2023-03-16 09:48:46 +00:00
|
|
|
<link rel="stylesheet" href="/prose.css" />
|
2023-03-18 09:04:26 +00:00
|
|
|
<link rel="canonical" href="https://www.chatwithgpt.ai" />
|
2023-03-14 11:00:40 +00:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background: #292933;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loader {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
width: 100vw;
|
|
|
|
height: 90vh;
|
|
|
|
}
|
|
|
|
</style>
|
2023-04-15 10:30:02 +00:00
|
|
|
<script> window.AUTH_PROVIDER = "local"; </script>
|
2023-03-14 11:00:40 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
<div id="root">
|
|
|
|
<div id="loader">
|
|
|
|
<svg width="18px" height="4.5px" viewBox="0 0 120 30" xmlns="http://www.w3.org/2000/svg" fill="#1971c2"
|
|
|
|
class="mantine-1avyp1d" role="presentation">
|
|
|
|
<circle cx="15" cy="15" r="15">
|
|
|
|
<animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear"
|
|
|
|
repeatCount="indefinite"></animate>
|
|
|
|
<animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear"
|
|
|
|
repeatCount="indefinite"></animate>
|
|
|
|
</circle>
|
|
|
|
<circle cx="60" cy="15" r="9" fill-opacity="0.3">
|
|
|
|
<animate attributeName="r" from="9" to="9" begin="0s" dur="0.8s" values="9;15;9" calcMode="linear"
|
|
|
|
repeatCount="indefinite"></animate>
|
|
|
|
<animate attributeName="fill-opacity" from="0.5" to="0.5" begin="0s" dur="0.8s" values=".5;1;.5"
|
|
|
|
calcMode="linear" repeatCount="indefinite"></animate>
|
|
|
|
</circle>
|
|
|
|
<circle cx="105" cy="15" r="15">
|
|
|
|
<animate attributeName="r" from="15" to="15" begin="0s" dur="0.8s" values="15;9;15" calcMode="linear"
|
|
|
|
repeatCount="indefinite"></animate>
|
|
|
|
<animate attributeName="fill-opacity" from="1" to="1" begin="0s" dur="0.8s" values="1;.5;1" calcMode="linear"
|
|
|
|
repeatCount="indefinite"></animate>
|
|
|
|
</circle>
|
|
|
|
</svg>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!--
|
|
|
|
This HTML file is a template.
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
|
|
|
|
To begin the development, run `npm start` or `yarn start`.
|
|
|
|
To create a production bundle, use `npm run build` or `yarn build`.
|
|
|
|
-->
|
2023-07-07 11:36:32 +00:00
|
|
|
|
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2023-03-14 11:00:40 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|