index.html 983 字节
Newer Older
H
hjdhnx 已提交
1 2 3
<!DOCTYPE html>
<html lang="en">
<head>
H
hjdhnx 已提交
4 5 6 7 8
    <meta charset="utf-8">
    <meta http-equiv="Cache-Control" content="no-siteapp;no-transform">
    <meta name="applicable-device" content="pc,mobile">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
H
hjdhnx 已提交
9 10
    <title>dr_py首页</title>
</head>
H
hjdhnx 已提交
11 12 13 14 15 16 17 18 19 20 21 22 23 24
<style>
    .btn{
        margin-bottom: 2rem;
        border:1px solid #F00;
        width: 180px;
        height: 30px;
        text-align: center;
        background-color: #1379cb;
        color: #ffffff;
    }
    .btn a{
        color: #ffffff;
    }
</style>
H
hjdhnx 已提交
25 26 27
<body>
<h1>欢迎使用dr_py项目</h1>
<p>可以简单的自定义爬虫实现cms数据接口</p>
H
hjdhnx 已提交
28
<div class="btn">
H
hjdhnx 已提交
29 30
    <a href="/clear?rule=">缓存清理接口</a>
</div>
H
hjdhnx 已提交
31 32 33 34 35
<div class="btn">
    <a href="/rules">缓存文件列表-清除</a>
</div>
<div class="btn">
    <a href="/raw">缓存文件列表-查看</a>
H
hjdhnx 已提交
36
</div>
H
hjdhnx 已提交
37 38
</body>
</html>