Skip to content

Instantly share code, notes, and snippets.

View be2ne2's full-sized avatar

be2ne2

  • Joined Apr 30, 2026
View GitHub Profile
@be2ne2
be2ne2 / ip-converter.html
Created May 7, 2026 07:48
تبدیل رنج IP به /24 - بدون نیاز به اینترنت
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>تبدیل رنج IP</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Tahoma, sans-serif; background: #1a1a2e; color: #fff; min-height: 100vh; padding: 20px; }
.container { max-width: 800px; margin: 0 auto; }