getmd.html 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html><html><head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <title>262235.xyz/ips | 批量ip查询地址</title>
  4. <meta name="keywords" content="批量网址转Markdown,开源WebAIP,开源IP定位,IP地址查询,极速批量IP地址查询,IP地址精确查询,IP精准定位,高精度IP定位,国外IP定位">
  5. <link rel="icon" href="/logo/favicon.png" type="image/png">
  6. <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
  7. <style type="text/css">
  8. body { padding-top: 40px; padding-bottom: 40px; background-color: #f5f5f5;
  9. font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; }
  10. a, input, button { outline: none !important; }
  11. a:focus, a:hover, .btn-link:focus, .btn-link:hover { text-decoration: underline; text-underline-position: under; }
  12. .main { max-width: 950px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff;
  13. border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px;
  14. border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  15. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05); }
  16. .label-site { font-size: 14px; vertical-align: middle; margin-right: 6px; }
  17. .text { width: 100%; height: 150px; }
  18. .btn-code { padding: 6px 16px; }
  19. </style>
  20. </head>
  21. <body>
  22. {% include 'navbar.html' %}
  23. <div class="main">
  24. {% if urls %}
  25. <legend><h3><span class="label label-success label-site">262235.xyz/getmd </span> 批量网址转Markdown: <a class="label label-info label-site" href="/getmd/">返回输入网址</a></h3></legend>
  26. <textarea type="text" name ="urls" cols=120 rows=5 class="form-control text">{{ urls }}</textarea>
  27. {% else %}
  28. <form action="/getmd/" method="post">
  29. <legend><h3><span class="label label-success label-site">262235.xyz/getmd </span> 批量网址转Markdown: <a class="label label-warning label-site" href="/">返回主页</a></h3></legend>
  30. <textarea type="text" name ="urls" cols=120 rows=20 class="form-control text" placeholder="示例输入: # Pthon 爬虫WebAPI版: 批量网址转Markdown
  31. https://262235.xyz/index.php/archives/584/"></textarea>
  32. <br>
  33. <h2 class="alert-success"><small>输入PASSKEY每次抓取5篇文章, PASSKEY:&nbsp;&nbsp;</small>{{ passkey }}</h2>
  34. <label for="inputPassword" class="sr-only">Password</label>
  35. <input type="text" id="inputPassword" name='passkey' class="form-control" placeholder="PASSKEY" required>
  36. <br>
  37. <button class="btn btn-lg btn-primary btn-block" type="submit">确认抓取Markdown</button>
  38. </form>
  39. {% endif %}
  40. {% if texts %}
  41. <div class="alert-success"><h3 style="text-align:center;">getmd 抓取Markdown文本 </h3></div>
  42. <textarea type="text" name ="texts" cols=120 rows=30 class="form-control text">{{ texts }}</textarea>
  43. {% endif %}
  44. </div></body></html>