提交 2f6a985c 编写于 作者: 梦想橡皮擦's avatar 梦想橡皮擦 💬

BT学习

上级 aff6e47a
<!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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<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>
<body>
<div class="container-fluid p-5 bg-primary text-white text-center">
<h1>这里是爬虫训练场项目</h1>
</div>
<div class="container mt-5">
<div class="container">
<div class="row">
<div class="col-sm-4">
<h3>橡皮擦</h3>
<p>Python 实战博客1</p>
</div>
<div class="col-sm-4">
<h3>橡皮擦</h3>
<p>Python 实战博客2</p>
<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-sm-4">
<h3>橡皮擦</h3>
<p>Python 实战博客3</p>
</div>
<div class="col-4 bg-primary p-4">尾部4份</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4"
crossorigin="anonymous"></script>
<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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册