https://ohio.gov/

送信済みURL:
https://ohio.gov/
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 17件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

コンソールログメッセージ · 8件検出

Webコンソールにログ記録されたメッセージ

HTML

未加工のHTMLページ本文

<!DOCTYPE html><html><head lang="en">
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&amp;display=swap" rel="stylesheet">

    <link rel="stylesheet" type="text/css" href="/errorpages/assets/css/ds-core.css">
    <link rel="stylesheet" type="text/css" href="/errorpages/assets/css/button.css">
    <link rel="stylesheet" type="text/css" href="/errorpages/assets/css/nav.css">


    <title>404 Error Page</title>
    <style>
        .error-number {
            font-size: 86px;
        }

        .error-pagenotfound {
            color: #557aed;
            font-size: 30px;
        }

        @media only screen and (max-width: 600px) {
            .error-message {
                text-align: -webkit-center;
            }

            .error-image {
                width: 324px !important;
                height: 199px !important;
            }
        }
    </style>
</head>

<body>
    <!-- Start PIWIK -->
    <script async="" src="//analytics.dx.ohio.gov/containers/5370b119-457c-40f7-85eb-280317af5eca.js"></script><script type="text/javascript">
        (function(window, document, dataLayerName, id) {
        window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script');
        function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"}
        var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1);
        var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):"";
        tags.async=!0,tags.src="//analytics.dx.ohio.gov/containers/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts);
        !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]);
        })(window, document, 'dataLayer', '5370b119-457c-40f7-85eb-280317af5eca');
    </script><noscript><iframe src="//analytics.dx.ohio.gov/containers/5370b119-457c-40f7-85eb-280317af5eca/noscript.html" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End PIWIK -->

    <div class="page-container">

        <header>
            <div class="nav_container gray-200">
                <div class="nav-bar">
                    <div id="logo" class="logo-container error">
                        <!-- UPDATE LOGO IMAGE HERE-->
                        <img src="/errorpages/assets/logos/OhioGov-logo.png" style="width: 165px; height: auto;" alt="OhioGov Logo">
                    </div>
                </div>
            </div>
        </header>

        <main style="display: contents;">
            <section class="height-full mtb-auto">
                <div class="content-band flex align-center justify-center max-w800">
                    <div class="container basis-50 max-w500 flex align-center justify-center">
                        <img src="/errorpages/assets/images/error-404.png" style="width: 384px; height: 239px;" class="error-image" alt="Error 404 Image">
                    </div>
                    <div class="container flex justify-center align-center basis-50 error-message">
                        <div class="container max-w300">
                            <h1 class="font-iop-blue error-number light">404</h1>
                            <div class="error-pagenotfound">Page not found</div>
                            <p class="max-w300">
                                The link you followed may be outdated or the page may have moved.
                            </p>
                            <!-- UPDATE HOME URL HERE-->
                            <a href="https://ohio.gov" class="iop-drk-blue mt-30 rounded-full hover-white hover-shadow hover-font-blue ohio-button" role="button" tabindex="0">
                                <div class="btn-txt font-white">Return Home</div>
                            </a>

                        </div>
                    </div>

                </div>
            </section>
        </main>

        <div class="container flex justify-center align-center gray-200" style="height: 120px;">
            <div>
                <img src="/errorpages/assets/logos/iop-logo-gray.png" alt="Innovate Ohio Platform Logo">
            </div>
        </div>

    </div>


</body></html>