1 Star 0 Fork 2

llongger/ChatGPT-website

forked from lzl/ChatGPT-website 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
lzl 提交于 2023-04-20 07:11 . update index.html.
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="icon" type="images/x-icon" href="./static/images/favicon.ico">
<link rel="stylesheet" href="./static/css/bootstrap.min.css">
<link rel="stylesheet" href="./static/css/style.css">
<title>chat</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="title">
<h2 class="text-center">Chat with ChatGPT</h2>
</div>
<div class="key">
<div class="input-group col-sm-6">
<span class="input-group-addon">
<input type="checkbox" class="ipt-1">
</span>
<input type="text" class="form-control ipt-2" placeholder="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">
</div>
</div>
<div class="answer">
<div class="tips text-center">
<h3 class="lead">cheemsGPT</h3>
<img src="./static/images/cheems.jpg">
</div>
<div id="chatWindow"></div>
<div class="input-group ipt">
<div class="col-xs-12">
<textarea id="chatInput" class="form-control" rows="1"></textarea>
</div>
<button id="chatBtn" class="btn btn-primary" type="button">Go !</button>
</div>
</div>
</div>
</div>
<div class="row foot">
<footer class="col-xs-12" style="margin-top: 10px;">
<p class="lead text-center">“cheems 的奇妙冒险”</p>
<p class="lead text-center"><a href="https://www.baidu.com/" target="_blank" style="color:red;text-decoration:none;">这是百度</a></p>
</footer>
</div>
</div>
</body>
<script src="./static/js/jquery-2.1.1.js"></script>
<script src="./static/js/bootstrap.min.js"></script>
<script src="./static/js/marked.min.js"></script>
<script src="./static/js/layer/layer.js"></script>
<script src="./static/js/custom.js"></script>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/llongger/ChatGPT-website.git
git@gitee.com:llongger/ChatGPT-website.git
llongger
ChatGPT-website
ChatGPT-website
main

搜索帮助