https://tm-sdk.platinumai.net/

Submitted URL:
https://tm-sdk.platinumai.net/
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

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Dell Platinum API</title>

    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">

    <script>
        function openNav() {
            document.getElementById("mySidenav").style.width = '17%';
            document.getElementById("main").style.marginLeft = '17%';
        }
        function closeNav() {
            document.getElementById("mySidenav").style.width = "0";
            document.getElementById("main").style.marginLeft = "0";
        }
    </script>
    <style>
        .w3-padding-1 {
            padding-top: 1px !important;
            padding-bottom: 1px !important;
        }

        .w3-center {
            text-align: center !important;
        }

        .w3-container:after, .w3-container:before {
            content: "";
            display: table;
            clear: both;
        }

        footer {
            background-color: #0C1F3C;
            color: #f5f5f5;
            padding-top: 0px;
            position: fixed;
            height: 25px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin-bottom: 0px;
        }

            footer a {
                color: #f5f5f5;
            }

                footer a:hover {
                    color: #777;
                    text-decoration: none;
                }

        .demo {
            background: #77C9D4;
        }

        .serviceBox {
            border: 1px solid #0e6787;
            /*border-right: 4px solid #0e6787;*/
            background: #fff;
            margin-bottom: 20px;
            padding: 20px 10px 10px;
            transition: all 0.3s ease-in-out 0s;
        }

            .serviceBox:hover {
                border-right: 7px solid;
                border-color: #77C9D4;
                background-color: #0e6787;
            }

            .serviceBox .service-icon {
                display: block;
                width: 35px;
                height: 35px;
                line-height: 35px;
                border-radius: 50%;
                background: #27c9c6;
                text-align: center;
                float: left;
                font-size: 20px;
                color: #fff;
                margin: 0 20px 0 0;
                transition: all 0.3s ease-in-out 0s;
            }

            .serviceBox .title {
                display: inline-block;
                font-size: 20px;
                color: #041829;
                border-bottom: 3px solid #d9e7ed;
                padding-bottom: 6px;
                margin: 0 0 20px 0;
                transition: all 0.3s ease-in-out 0s;
            }

            .serviceBox:hover .title {
                border-color: #27c9c6;
                color: #fff;
            }

            .serviceBox .description {
                font-size: 16px;
                color: #929a9c;
                margin: 0 0 11px 0;
            }

            .serviceBox .read-more {
                display: inline-block;
                font-size: 16px;
                font-weight: 500;
                color: #27c9c6;
                text-transform: capitalize;
            }

                .serviceBox .read-more:hover {
                    letter-spacing: 0.3px;
                    color: #27c9c6;
                }

                .serviceBox .read-more:after {
                    content: "\f0da";
                    font-family: 'FontAwesome';
                    font-size: 16px;
                    color: #27c9c6;
                    margin-left: 7px;
                    transition: all 0.2s ease 0s;
                }

        .dHeader {
            background-color: #0B3C5D;
            color: #fff;
        }

        .sidenav {
            height: 100%;
            width: 0;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: #0F1626;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 60px;
        }

            .sidenav a {
                padding: 8px 8px 8px 32px;
                text-decoration: none;
                font-size: 16px;
                color: white;
                display: block;
                transition: 0.3s;
            }

                .sidenav a:hover, .offcanvas a:focus {
                    color: #f1f1f1;
                }

            .sidenav .closebtn {
                position: absolute;
                top: 0;
                right: 25px;
                font-size: 36px;
                margin-left: 50px;
            }

        .headerDell {
            background-color: #1D2731;
            color: white;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        .affix {
            top: 0;
            width: 100%;
        }

            .affix + .tab-content {
                padding-top: 50px;
            }

        #main {
            transition: margin-left .5s;
            padding: 0px;
        }

        .open .dropdown-toggle {
            color: #fff;
            background-color: #555 !important;
        }

        .dropdown-menu li a {
            color: #000 !important;
        }

            .dropdown-menu li a:hover {
                background-color: red !important;
            }
    </style>
</head>

<body id="main">
    <!-- Header -->
    <div class="dHeader">
        <div id="mySidenav" class="sidenav">
            <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
        </div>
        <span style="font-size:30px;cursor:pointer" onclick="openNav()" id="bar">☰</span>
        <header class="w3-container w3-center w3-padding-1">
            <h1><b>DELL PLATINUM SERVICE API</b></h1>
            <p>Welcome to the Services of <span class="w3-tag">DELL.</span></p>
        </header>
    </div>
    <div class="headerDell">
        <ul class="nav nav-tabs"></ul>
    </div>
    <div class="container body-content">
        <hr>
    </div>
    <footer class="text-center"></footer>


</body></html>