KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64
User : ServerPC ( 0)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  C:/ProgramData/NVIDIA Corporation/Downloader/latest/NvApp/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : C:/ProgramData/NVIDIA Corporation/Downloader/latest/NvApp/www/offline.html
<!--
Copyright (c) 2022, NVIDIA CORPORATION.  All rights reserved.

NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto.  Any use, reproduction, disclosure or
distribution of this software and related documentation without an express
license agreement from NVIDIA CORPORATION is strictly prohibited.
-->

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Nvidia Application</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <style>
            .center-box {
                text-align: center;
                display: flex;
                flex-direction: column;
                align-items: center;
                width: 422px;
            }

            .image-property {
                animation: fade normal 4s infinite ease-in-out;
            }

            body {
                background: #191919;
                width: 100%;
                text-align: center;
                height: 100vh;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

            @keyframes fade {
                0% {
                    opacity: 0.7;
                }
                50% {
                    opacity: 0.3;
                }
                100% {
                    opacity: 0.7;
                }
            }
        </style>
        <script>
            window.addEventListener('online', reload);
            function reload() {
                if (navigator.onLine) {
                    window.removeEventListener('online', reload);
                    // WAR to mitigate network change error
                    setTimeout(function() {
                        location.reload();
                    }, 3000);
                }
            }
        </script>
    </head>

    <body>
        <div class="center-box">
            <svg
                class="image-property"
                xmlns="http://www.w3.org/2000/svg"
                xmlns:xlink="http://www.w3.org/1999/xlink"
                x="0px"
                y="0px"
                viewBox="0 0 70 70"
                width="70px"
                height="70px"
                xml:space="preserve"
            >
                <g id="1-copy" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="sensors_off-24px">
                        <rect id="Rectangle" x="0" y="0" width="70" height="70"></rect>
                        <path
                            d="M23.650655,31.8858009 C23.3886463,32.852956 23.2430859,33.8787266 23.2430859,34.933805 C23.2430859,38.1576554 24.5531295,41.0884285 26.6491994,43.2278929 L22.5152838,47.3895907 C19.371179,44.195048 17.4206696,39.7988883 17.4206696,34.933805 C17.4206696,32.208186 18.0320233,29.6584133 19.1091703,27.3431026 L14.8296943,23.0348661 C12.7627365,26.5224861 11.5982533,30.5962607 11.5982533,34.933805 C11.5982533,41.4108135 14.2183406,47.2723598 18.4395924,51.4926731 L14.3056769,55.6543709 C9.0363901,50.3496716 5.77583697,43.0227388 5.77583697,34.933805 C5.77583697,28.9550278 7.55167394,23.4158666 10.6084425,18.7852451 L4,12.1323901 L8.10480349,8 L61.6128093,61.8676099 L57.5080058,66 L23.650655,31.8858009 Z M50.6666667,42.5245073 C51.7438137,40.2091966 52.3551674,37.659424 52.3551674,34.933805 C52.3551674,30.0687216 50.4046579,25.6725619 47.231441,22.5073269 L43.0975255,26.6690248 C45.2227074,28.7791814 46.5327511,31.7099545 46.5327511,34.933805 C46.5327511,35.9888833 46.3871907,37.0146539 46.125182,37.981809 L50.6666667,42.5245073 Z M58.1775837,34.933805 C58.1775837,39.2713492 57.0131004,43.3451238 54.9461426,46.8327438 L59.1673945,51.0823648 C62.224163,46.4517433 64,40.9125821 64,34.933805 C64,26.8448711 60.7394469,19.5179384 55.4701601,14.213239 L51.3362445,18.3749368 C55.5574964,22.5952501 58.1775837,28.4567964 58.1775837,34.933805 Z"
                            id="Shape"
                            fill="#FFFFFF"
                            fill-rule="nonzero"
                            opacity="0.7"
                        ></path>
                    </g>
                </g>
            </svg>
        </div>
    </body>
</html>

Anon7 - 2021