ips.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!doctype html><html lang="zh-CN"><head>
  2. <meta charset="utf-8">
  3. <meta name="viewport" content="width=device-width, initial-scale=1">
  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/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" >
  7. <title>262235.xyz/ips | 批量ip查询地址</title>
  8. <style type="text/css">
  9. body { background-color: #f5f5f5;
  10. font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; }
  11. .main { max-width: 950px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff;
  12. border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px;
  13. border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  14. -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 2px rgba(0,0,0,.05); }
  15. .f14 {font-size: 0.875em; /* 14px/16=0.875em */}
  16. </style>
  17. </head>
  18. <body>
  19. {% include 'navbar.html' %}
  20. <div class="main">
  21. <form action="/ips/" method="post">
  22. <fieldset>
  23. {% if ips %}
  24. <legend><h3><button type="button" class="btn btn-outline-success btn-sm">262235.xyz/ips</button> 批量ip查询地址: <a class="btn btn-warning btn-sm" href="/ips/">重新查询</a></h3></legend>
  25. <textarea type="text" name ="ips" cols=120 rows=25 class="form-control f14">{{ ips }}</textarea>
  26. {% else %}
  27. <legend><h3><button type="button" class="btn btn-outline-success btn-sm">262235.xyz/ips</button> 批量ip查询地址: <a class="btn btn-info btn-sm" href="/">返回主页</a></h3></legend>
  28. <textarea type="text" name ="ips" cols=120 rows=15 class="form-control f14" placeholder="输入多行包含ip地址的日志,例:
  29. http://192.168.1.189:5000/ips/
  30. 172.67.158.52 cloudflare.com"></textarea>
  31. <br><input type="submit" value="点击查询" class="btn btn-primary btn-sm" >
  32. {% endif %}
  33. </fieldset>
  34. </form>
  35. </div>
  36. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" ></script>
  37. </body></html>