-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
38 lines (38 loc) · 2.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"/>
<title>ChatGPT 在线免费网站</title>
<link href="css/min.css" rel="stylesheet"/>
<link rel="icon" type="image/png" sizes="32x32"
href="https://cdn.jsdelivr.net/gh/xiaoxuan6/static/2023/05/02/1682988373.png"/>
</head>
<body>
<div class="top-wrap" style="position:absolute;top:1vh;width:100%;z-index:999">
<div class="container">
<div class="row" style="margin-top:30px;">
<div class="col"><span class="btn btn-primary btn-filled btn-xs"><strong>ChatGPT 在线免费网站</strong></span>
</div>
<div class="col">
<div class="float-right" style="padding-top:0px;"><a class="btn btn-primary btn-filled btn-xs"
href="https://github.com/xiaoxuan6/chatgpt-server"
target="_blank">开源</a></div>
</div>
</div>
</div>
</div>
<div style="position:relative;top:15vh;">
<div class="container main-sentence justify-content-center text-center">
<span style="font-size:2rem;" id="content"></span>
<div class="btn btn-primary btn-filled btn-xs" onclick="randomSentence()">随机输出 chatGPT 网址</div>
<br>
<div style="font-size:1rem;"><a href="./free-accounts.html">免费 OpenAI 账号分享 ChatGPT 账号</a></div>
<div style="font-size:1rem;"><a href="https://www.claudeai.ai/" target="_blank">Claude</a> 免费注册可用</div>
<div style="font-size:1rem;"><a href="https://poe.com/" target="_blank">Poe</a> 支持 GPT4.0</div>
<script src="https://emgithub.com/embed-v2.js?target=https%3A%2F%2Fgithub.com%2Fxiaoxuan6%2FOpenAI-free-accounts%2Fblob%2Fmain%2FCHATHUB.md&style=an-old-hope&type=markdown&showBorder=on&showLineNumbers=on&showCopy=on&fetchFromJsDelivr=on"></script>
</div>
</div>
<script src="./js/index.js"></script>
</body>
</html>