Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
梦想橡皮擦
爬虫训练场
提交
3df57db5
爬
爬虫训练场
项目概览
梦想橡皮擦
/
爬虫训练场
通知
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看板
提交
3df57db5
编写于
12月 21, 2022
作者:
梦想橡皮擦
💬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
图片添加-静态资源学习
上级
2f6a985c
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
5 addition
and
25 deletion
+5
-25
app/static/images/sucai.png
app/static/images/sucai.png
+0
-0
app/templates/btindex.html
app/templates/btindex.html
+0
-13
app/templates/index.html
app/templates/index.html
+5
-12
未找到文件。
app/static/images/sucai.png
0 → 100644
浏览文件 @
3df57db5
131.4 KB
app/templates/btindex.html
已删除
100644 → 0
浏览文件 @
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
浏览文件 @
3df57db5
...
@@ -8,20 +8,13 @@
...
@@ -8,20 +8,13 @@
</head>
</head>
<body>
<body>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-8 bg-success p-4"
>
爬虫训练场
<div
class=
"row"
>
<div
class=
"col-6 bg-info p-2"
>
左分割
</div>
<div
class=
"col-6 bg-secondary p-2"
>
右分割
</div>
</div>
</div>
<div
class=
"col-4 bg-primary p-4"
>
尾部4份
</div>
</div>
</div>
<div
class=
"container"
>
<img
src=
"{{url_for('static',filename='images/sucai.png')}}"
alt=
""
width=
"300"
class=
"rounded"
>
<img
src=
"{{url_for('static',filename='images/sucai.png')}}"
alt=
""
width=
"300"
class=
"rounded-circle"
>
<img
src=
"{{url_for('static',filename='images/sucai.png')}}"
alt=
""
width=
"300"
class=
"img-thumbnail"
>
</div>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
></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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录