Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
爬虫训练场
提交
2f6a985c
爬
爬虫训练场
项目概览
梦想橡皮擦
/
爬虫训练场
通知
64
Star
7
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
爬
爬虫训练场
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
2f6a985c
编写于
12月 21, 2022
作者:
梦想橡皮擦
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
BT学习
上级
aff6e47a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
25 addition
and
28 deletion
+25
-28
app/templates/btindex.html
app/templates/btindex.html
+13
-0
app/templates/index.html
app/templates/index.html
+12
-28
未找到文件。
app/templates/btindex.html
0 → 100644
浏览文件 @
2f6a985c
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css"
>
</head>
<body>
<div
class=
"container"
></div>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
></script>
</body>
</html>
\ No newline at end of file
app/templates/index.html
浏览文件 @
2f6a985c
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<meta
charset=
"
UTF
-8"
>
<meta
charset=
"
utf
-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
爬虫训练场,版权:梦想橡皮擦
</title>
<link
rel=
"stylesheet"
href=
"https://cdn.staticfile.org/twitter-bootstrap/5.1.1/css/bootstrap.min.css"
>
<title>
{{title}} 爬虫训练场
</title>
<link
href=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
rel=
"stylesheet"
integrity=
"sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65"
crossorigin=
"anonymous"
>
</head>
</head>
<body>
<body>
<div
class=
"container"
>
<div
class=
"container-fluid p-5 bg-primary text-white text-center"
>
<h1>
这里是爬虫训练场项目
</h1>
</div>
<div
class=
"container mt-5"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-4"
>
<div
class=
"col-8 bg-success p-4"
>
<h3>
橡皮擦
</h3>
爬虫训练场
<p>
Python 实战博客1
</p>
<div
class=
"row"
>
</div>
<div
class=
"col-6 bg-info p-2"
>
左分割
</div>
<div
class=
"col-sm-4"
>
<div
class=
"col-6 bg-secondary p-2"
>
右分割
</div>
<h3>
橡皮擦
</h3>
</div>
<p>
Python 实战博客2
</p>
</div>
</div>
<div
class=
"col-sm-4"
>
<div
class=
"col-4 bg-primary p-4"
>
尾部4份
</div>
<h3>
橡皮擦
</h3>
<p>
Python 实战博客3
</p>
</div>
</div>
</div>
</div>
</div>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
></script>
integrity=
"sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin=
"anonymous"
></script>
</body>
</body>
</html>
</html>
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录