https://integer.org/

Submitted URL:
https://integer.org/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
__cfBeaconobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Integer.org</title>
  <link rel="stylesheet" href="/cdn/style.css">
  <link rel="icon" href="/favicon.ico" type="image/svg+xml">
  <script nonce="">
    document.addEventListener('DOMContentLoaded', () => {
      const hamburger = document.querySelector('.hamburger');
      const body = document.body;
      hamburger.addEventListener('click', () => {
        body.classList.toggle('nav-open');
      });
    });
  </script>
</head>
<body>
  <header class="app-header">
    <button class="hamburger" aria-label="Open navigation menu">
      <img src="/images/hamburger.svg" alt="Menu">
    </button>
    <a href="/" class="logo-link"><img src="/images/logo.svg" alt="Integer.org Logo" class="logo"></a>
  </header>
  
  <nav class="side-nav">
    <a href="/">Home</a><a href="/api">API</a><a href="/about">About</a><a href="/contact">Contact</a>
  </nav>

  <main class="app-container">
    
    <div class="app-home">
      <form action="/" method="get" class="search-form">
        <div class="search-input-wrapper">
          <input type="search" name="q" placeholder="Search for assets, locations, or emails" autofocus="">
          <button type="submit" aria-label="Search">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" fill="#555">
              <path d="M10 2a8 8 0 1 1 0 16 8 8 0 0 1 0-16zm0 2a6 6 0 1 0 0 12A6 6 0 0 0 10 4zm9.707 14.293a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0z"></path>
            </svg>
          </button>
        </div>
      </form>
      
    <div class="suggested-searches">
      <p>Suggested Searches:</p>
      <ul>
        <li><a href="?q=Chamartin%2C%20MD%2028016">Chamartin, MD 28016</a></li><li><a href="?q=Cloudflare%20Warp">Cloudflare Warp</a></li><li><a href="?q=MAD13335%40integer.org">[email protected]</a></li><li><a href="?q=ES28016">ES28016</a></li>
      </ul>
    </div>
  
    </div>
  
  </main>

  <footer class="footer">© 2024 Integer.org</footer>
<script nonce="">(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.nonce='WPJI0FmE5R968DuORZ7_6w';d.innerHTML="window.__CF$cv$params={r:'8f3c160a3af9383f',t:'MTczNDQ5Mjc1MS4wMDAwMDA='};var a=document.createElement('script');a.nonce='WPJI0FmE5R968DuORZ7_6w';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" nonce="" data-cf-beacon="{&quot;rayId&quot;:&quot;8f3c160a3af9383f&quot;,&quot;version&quot;:&quot;2024.10.5&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfSpeedBrain&quot;:true,&quot;cfCacheStatus&quot;:true}},&quot;token&quot;:&quot;b6a5cc05196c4b4babf64e6ccde00c27&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>

</body></html>