ips.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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="开源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. <form action="/ips/" method="post">
  25. <fieldset>
  26. {% if ips %}
  27. <legend><h3><span class="label label-success label-site">262235.xyz/ips </span> 批量ip查询地址: <a class="label label-warning label-site" href="/ips/">重新查询</a></h3></legend>
  28. <textarea type="text" name ="ips" cols=120 rows=40 class="form-control text">{{ ips }}</textarea>
  29. {% else %}
  30. <legend><h3><span class="label label-success label-site">262235.xyz/ips </span> 批量ip查询地址: <a class="label label-info label-site" href="/">返回主页</a></h3></legend>
  31. <textarea type="text" name ="ips" cols=120 rows=20 class="form-control text" placeholder="输入多行包含ip地址的日志,例:
  32. http://192.168.1.189:5000/ips/
  33. 172.67.158.52 cloudflare.com"></textarea>
  34. <br><input type="submit" value="点击查询" class="btn btn-primary btn-code" >
  35. {% endif %}
  36. </fieldset>
  37. </form>
  38. </div></body></html>