-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
30 lines (29 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bing/Chat GPT · viarotel</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body
class="w-full h-full flex flex-col justify-center items-center space-y-6"
>
<div class="text-5xl">
弹幕对话
<span class="text-blue-500 font-bold text-7xl"
>Bing<span class="">/</span>Chat GPT</span
>
</div>
<div class="text-xl text-gray-500">基于OpenGPT4.0</div>
<div class="text-xl">
是 <span class="text-red-500 font-bold">颠覆</span> 还是
<span class="text-green-500 font-bold">炒作</span> ? 你来决定。
</div>
<div class="font-bold text-2xl">
通过回复 <span class="text-red-500 text-4xl">#</span> +
<span class="text-blue-500">弹幕评论</span> 即可立即参与对话
</div>
</body>
</html>