|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <link rel="icon" type="image/png" href="/logonotext.png" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <meta name="theme-color" content="#000101" /> |
| 8 | + |
| 9 | + <!-- Primary Meta Tags --> |
| 10 | + <title>ExploitWorks | Open Source Security Tools</title> |
| 11 | + <meta name="title" content="ExploitWorks | Open Source Security Tools" /> |
| 12 | + <meta name="description" content="A GitHub organization dedicated to developing open source security tools for penetration testers, ethical hackers, and security researchers." /> |
| 13 | + <meta name="keywords" content="cybersecurity, open source, penetration testing, vulnerability scanning, security tools, ethical hacking, github" /> |
| 14 | + <meta name="author" content="ExploitWorks" /> |
| 15 | + |
| 16 | + <!-- Open Graph / Facebook --> |
| 17 | + <meta property="og:type" content="website" /> |
| 18 | + <meta property="og:url" content="https://exploitworks.org/" /> |
| 19 | + <meta property="og:title" content="ExploitWorks | Open Source Security Tools" /> |
| 20 | + <meta property="og:description" content="A GitHub organization dedicated to developing open source security tools for penetration testers and security researchers." /> |
| 21 | + <meta property="og:image" content="/og-image.png" /> |
| 22 | + |
| 23 | + <!-- Twitter --> |
| 24 | + <meta property="twitter:card" content="summary_large_image" /> |
| 25 | + <meta property="twitter:url" content="https://exploitworks.org/" /> |
| 26 | + <meta property="twitter:title" content="ExploitWorks | Open Source Security Tools" /> |
| 27 | + <meta property="twitter:description" content="A GitHub organization dedicated to developing open source security tools for penetration testers and security researchers." /> |
| 28 | + <meta property="twitter:image" content="/og-image.png" /> |
| 29 | + |
| 30 | + <!-- Fonts --> |
| 31 | + <link rel="preconnect" href="https://fonts.googleapis.com" /> |
| 32 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
| 33 | + <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" /> |
| 34 | + |
| 35 | + <!-- Preload Critical Assets --> |
| 36 | + <link rel="preload" href="/grid.svg" as="image" type="image/svg+xml" /> |
| 37 | + <link rel="preload" href="/noise.png" as="image" /> |
| 38 | + |
| 39 | + <!-- App Manifest --> |
| 40 | + <link rel="manifest" href="/manifest.json" /> |
| 41 | + |
| 42 | + <!-- Performance Optimization --> |
| 43 | + <link rel="dns-prefetch" href="https://randomuser.me" /> |
| 44 | + |
| 45 | + <!-- Inline Critical CSS --> |
| 46 | + <style> |
| 47 | + :root { |
| 48 | + --primary: #000101; |
| 49 | + --secondary: #8b2ae2; |
| 50 | + } |
| 51 | + body { |
| 52 | + background-color: var(--primary); |
| 53 | + color: #fff; |
| 54 | + font-family: 'Inter', sans-serif; |
| 55 | + margin: 0; |
| 56 | + padding: 0; |
| 57 | + } |
| 58 | + .loader { |
| 59 | + position: fixed; |
| 60 | + top: 0; |
| 61 | + left: 0; |
| 62 | + right: 0; |
| 63 | + bottom: 0; |
| 64 | + background: var(--primary); |
| 65 | + display: flex; |
| 66 | + justify-content: center; |
| 67 | + align-items: center; |
| 68 | + z-index: 9999; |
| 69 | + } |
| 70 | + .loader-spinner { |
| 71 | + width: 50px; |
| 72 | + height: 50px; |
| 73 | + border: 3px solid rgba(139, 42, 226, 0.3); |
| 74 | + border-radius: 50%; |
| 75 | + border-top-color: var(--secondary); |
| 76 | + animation: spin 1s ease-in-out infinite; |
| 77 | + } |
| 78 | + @keyframes spin { |
| 79 | + to { transform: rotate(360deg); } |
| 80 | + } |
| 81 | + </style> |
| 82 | + <script type="module" crossorigin src="/assets/index--UyWpfBC.js"></script> |
| 83 | + <link rel="stylesheet" crossorigin href="/assets/index-PsplHvze.css"> |
| 84 | + </head> |
| 85 | + <body> |
| 86 | + <div id="root"> |
| 87 | + <!-- Initial Loading State --> |
| 88 | + <div class="loader"> |
| 89 | + <div class="loader-spinner"></div> |
| 90 | + </div> |
| 91 | + </div> |
| 92 | + </body> |
| 93 | +</html> |
0 commit comments