Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
weixin_53983002
ChatGPT Template With Vue
提交
27a0c7df
C
ChatGPT Template With Vue
项目概览
weixin_53983002
/
ChatGPT Template With Vue
与 Fork 源项目一致
Fork自
inscode / ChatGPT Template With Vue
通知
1
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
C
ChatGPT Template With Vue
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
27a0c7df
编写于
6月 10, 2023
作者:
6
646b3513ef650547ce9ff07c
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Sat Jun 10 06:52:00 UTC 2023 inscode
上级
358b2148
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
10 addition
and
10 deletion
+10
-10
index.html
index.html
+10
-10
未找到文件。
index.html
浏览文件 @
27a0c7df
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<link
rel=
"icon"
href=
"/favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Chat GPT - InsCode.net
</title>
<!DOCTYPE html>
<!--声明文档类型为html-->
<html
lang=
"en"
>
<!--设置html语言为英语-->
<head>
<!--文档头部分-->
<meta
charset=
"UTF-8"
/>
<!--设置字符编码为UTF-8-->
<link
rel=
"icon"
href=
"/favicon.ico"
/>
<!--设置网页图标-->
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<!--设置视口的宽度和初始比例-->
<title>
Chat GPT - InsCode.net
</title>
<!--设置网页的标题-->
</head>
<body>
<div
id=
"app"
></div>
<script
type=
"module"
src=
"/src/main.js"
></script>
<body>
<!--文档的主体部分-->
<div
id=
"app"
></div>
<!--在文档中添加一个id为app的div元素-->
<script
type=
"module"
src=
"/src/main.js"
></script>
<!--引入JavaScript文件-->
</body>
</html>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录