Domain fundamentals.app
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80

  • Open service 104.21.69.130:80 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:51 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    x-origin-cache: HIT
    Last-Modified: Fri, 01 Nov 2019 22:22:03 GMT
    Access-Control-Allow-Origin: *
    expires: Mon, 12 Jan 2026 22:15:49 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LUeNIrhtFhZgIAHc%2B%2Fm%2BQMy%2F8q6hRGHFafz1PEHqotDqH4sp8CZ5muuVWwMa%2FJp7X8xukMv87GVnXHnUxLYaCu1P85TNnRkQN%2BNjxLDvqkQ%3D"}]}
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 3B09:1AFC6B:11CF3A:1258F4:6965703C
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=2
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-sin-wsat1880072-SIN
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1768255551.257818,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: abd3be81fb4d9a6481e4a06fbc92063e36029a28
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff52b3c00a07a-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:d0b5:80 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:50 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Last-Modified: Fri, 01 Nov 2019 22:22:03 GMT
    Access-Control-Allow-Origin: *
    expires: Mon, 12 Jan 2026 22:05:24 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=q3hPC8gwD4h%2F%2FQutjXBUnxjpull2ek8UhFKZCTyQVRdmSHK%2BHvRqoI9p8yM2hztim8%2BuBCmDH5wY%2BxeNg%2BmTf1FB7kz8bbZ9LCi%2BJerSHSnx7F9YOpdSxly6L1A%3D"}]}
    x-proxy-cache: MISS
    X-GitHub-Request-Id: 92B6:18F47E:2F7D43:3090CE:69656DCC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=21,cfOrigin;dur=2
    Via: 1.1 varnish
    Age: 477
    X-Served-By: cache-sjc1000099-SJC
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1768255551.914858,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: f5d0f0e877cb8362bc672fc670b07b0a4072b2d1
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff52918642523-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:d0b5:443 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:50 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    x-origin-cache: HIT
    last-modified: Fri, 01 Nov 2019 22:22:03 GMT
    access-control-allow-origin: *
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Mon, 12 Jan 2026 22:15:48 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=kDPzpIPHvqXNmTaZ82Wzj4DYw3UIJDv%2FHVl3fc5BjWQ1Ui92xm2nBO9LhCurrw4GOW1SH2Lvz0hZvNpqE2OX1J%2F0hFQ%2BQd%2Fg29NpFY5c3a0N1sbT4EfRbyxPpgE%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: 578C:D1F1B:5880A1:5FABB0:6965703C
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=3
    via: 1.1 varnish
    Age: 2
    x-served-by: cache-yyz4581-YYZ
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1768255551.953799,VS0,VE2
    vary: Accept-Encoding
    x-fastly-request-id: 0871f98640991da33e1efddfc273cfcbbb1e959d
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff5296a19aa9a-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:4582:80 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:51 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    x-origin-cache: HIT
    Last-Modified: Fri, 01 Nov 2019 22:22:03 GMT
    Access-Control-Allow-Origin: *
    expires: Mon, 12 Jan 2026 22:15:48 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tdbnGKZt6kYwpwp9tmhtnQDACh7gwQk76OdjoF6HQLltV9dlsT7KhnGWgVdAkBaENf3hdm8XNuiZPlfQm5KSaV1TOsTQws5%2F%2FVB%2BVohy%2BakLjRfGumV9832coCs%3D"}]}
    x-proxy-cache: HIT
    X-GitHub-Request-Id: E41A:92776:609096:67B82B:69657039
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=2
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-yyz4548-YYZ
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1768255551.403402,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 35dd9f89825fa5c2936551db5803df88efaf2dc4
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff52c2fde46b5-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:4582:8443 · fundamentals.app

    2026-01-12 22:05

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.208.181:8443 · fundamentals.app

    2026-01-12 22:05

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::ac43:d0b5:8443 · fundamentals.app

    2026-01-12 22:05

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.69.130:8443 · fundamentals.app

    2026-01-12 22:05

    
                                
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.208.181:443 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:50 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 01 Nov 2019 22:22:03 GMT
    access-control-allow-origin: *
    expires: Mon, 12 Jan 2026 22:15:48 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pYuXUOV4OjF5HwA6AcX6%2BXuq9Va4c0VcScdwxn1jmdnRpm6aDouzVponmKiX1dv0ba7flNdsn9WenlKzNio5CmPXnfKA%2B6IVctqaD3Hpw5s%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: 5363:3DFDEE:378750:3881B3:6965703C
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    via: 1.1 varnish
    Age: 2
    x-served-by: cache-fra-eddf8230173-FRA
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1768255551.918751,VS0,VE1
    vary: Accept-Encoding
    x-fastly-request-id: 1955693cfac0b612274ecdf1917259c25c55774a
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff5292bc6240f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 172.67.208.181:80 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:50 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server: cloudflare
    Last-Modified: Fri, 01 Nov 2019 22:22:03 GMT
    Access-Control-Allow-Origin: *
    expires: Mon, 12 Jan 2026 22:15:48 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XgbNYHW9iznO73Ow%2BWXfrQu6fM2DkTR59NdWlsxfMjOjSTfLWAv1kgccbDCeGZrByrLW2D%2FXQrC4Y58aT54djfrQM4B7WsEhTNL%2FNbTipO0%3D"}]}
    x-proxy-cache: MISS
    X-GitHub-Request-Id: A2B8:14F2E9:37C531:38BFCB:6965703C
    Via: 1.1 varnish
    Age: 2
    X-Served-By: cache-rtm-ehrd2290050-RTM
    X-Cache: HIT
    X-Cache-Hits: 1
    X-Timer: S1768255551.908279,VS0,VE1
    Vary: Accept-Encoding
    X-Fastly-Request-ID: 36f27ba6d9956af8b0a6919ed185a5f0217edce7
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff5290c2db896-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 104.21.69.130:443 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:50 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 01 Nov 2019 22:22:03 GMT
    access-control-allow-origin: *
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Mon, 12 Jan 2026 22:15:48 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1jDyqEwADfaSUhaplD5YIvsBfK%2F7k60yAM7pByZYnAlehyhHtm%2Fhjo99Ek8ziJ3lx%2Fwd6u50DLU7FZu%2FdVDqvAq6z9FnvT2vGOPheDw5Kzo%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: 38E8:72EC4:5FD23D:66F70C:6965703C
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=11,cfOrigin;dur=7
    via: 1.1 varnish
    Age: 2
    x-served-by: cache-lga21948-LGA
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1768255551.791100,VS0,VE1
    vary: Accept-Encoding
    x-fastly-request-id: 78d3f0cce71c0f44d70d33ace5ecdf73a9871c76
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff5285ef63dd6-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:4582:443 · fundamentals.app

    2026-01-12 22:05

    HTTP/1.1 200 OK
    Date: Mon, 12 Jan 2026 22:05:50 GMT
    Content-Type: text/html; charset=utf-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 01 Nov 2019 22:22:03 GMT
    access-control-allow-origin: *
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    expires: Mon, 12 Jan 2026 22:15:48 GMT
    Cache-Control: max-age=600
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=obY7G2DPQcH8tigS19fnJUgFZYRarRt7bV5%2FWPz0vIeABc9brtZhgmkKsMSkmQEedhukeoDPnMa1BpU0ILRV8I90CCzHyZAnvhiwKA3T1GdDIvoFTb%2Fvm%2FnmnMU%3D"}]}
    x-proxy-cache: MISS
    x-github-request-id: 38E8:72EC4:5FD23D:66F70C:6965703C
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=7
    via: 1.1 varnish
    Age: 2
    x-served-by: cache-lga21992-LGA
    x-cache: HIT
    x-cache-hits: 1
    x-timer: S1768255551.733326,VS0,VE2
    vary: Accept-Encoding
    x-fastly-request-id: 1afe760413ea74dbc74cadf2bc35ead34a2c0efd
    cf-cache-status: DYNAMIC
    CF-RAY: 9bcff527f80ce8a3-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Fundamentals
    
    <!doctype html>
    
    <head>
      <meta charset=utf-8>
      <meta name=viewport content=width=device-width,initial-scale=1>
      <title>Fundamentals</title>
    
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css integrity=sha256-t2/7smZfgrST4FS1DT0bs/KotCM74XlcqZN5Vu7xlrw= crossorigin>
      <link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.min.css integrity=sha256-Ro/wP8uUi8LR71kwIdilf78atpu8bTEwrK5ZotZo+Zc= crossorigin>
    
      <style>
        body {
          color: #333;
        }
        h1 {
          margin-top: 0.3em;
        }
        h1 + h2,
        h2 + h3 {
          font-size: inherit;
          font-style: italic;
          letter-spacing: -0.03rem;
          margin-top: -1em;
        }
        hr {
          border-color: #ddd;
        }
        label {
          font-weight: inherit;
          margin-bottom: 1em;
        }
        label input {
          margin: 0;
        }
      </style>
    </head>
    
    <body>
      <main class=container>
        <h1>Fundamentals</h1>
        <h2>Get investment information that matters.</h2>
    
        <hr>
    
        <section>
          <h2>Features</h2>
          <div class=row>
            <div class=column>
              <h3>Track</h3>
              <p>Investment information on publicly traded US companies</p>
            </div>
            <div class=column>
              <h3>Focus</h3>
              <p>On actual news that impact company fundamentals</p>
            </div>
            <div class=column>
              <h3>Low Risk</h3>
              <p>Try now and cancel anytime without penalty</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Subscription</h2>
          <div class=row>
            <div class=column>
              <h3>$30 / month</h3>
              <p>For your personalized information feed on up to 10 companies</p>
            </div>
          </div>
        </section>
    
        <hr>
    
        <section>
          <h2>Risk-free trial</h2>
          <h3>Try for one month, no credit card required</h3>
          <form id=signup>
            <input type=tel name=phone placeholder="Mobile phone" required>
            <label><input type=checkbox name=sms required> I agree to receive text messages at this number and understand that they may incur fees from my phone carrier.</label>
            <button type=submit name=submit>Get started now</button>
          </form>
        </section>
    
        <hr>
    
        <section>
          <blockquote>
            <p><em>Your privacy matters to us: We do not sell your data. We do not use your data for targeted ads. You can <a href=/unsubscribe>unsubscribe</a> anytime.</em></p>
          </blockquote>
        </section>
      </main>
      
      <script>
        !function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t,e){var n=document.createElement("script");n.type="text/javascript";n.async=!0;n.src="https://cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(n,a);analytics._loadOptions=e};analytics.SNIPPET_VERSION="4.1.0";
        analytics.load("gozYNH5FHIS5Qnfm2Zh5ZtYX2PFUh7pR");
        analytics.page();
        }}();
      </script>
      
      <script>
        !function () {
          var signup = document.getElementById("signup");
          signup.onsubmit = function (event) {
            event.preventDefault();
            var phone = signup.elements["phone"];
            var uuid = analytics.user().anonymousId();
            analytics.identify(uuid, {phone: phone.value, subscription: "trial"});
            analytics.track("Signup", {revenue: 0});
            for (var i = 0; i < signup.elements.length; ++i) {
              signup.elements[i].disabled = true;
            }
            signup.elements["su
    Found 2026-01-12 by HttpPlugin
    Create report
fundamentals.app*.fundamentals.app
CN:
fundamentals.app
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-12 21:04
Not after:
2026-04-12 22:03