<!DOCTYPE html>
<html lang="en">

<head>

    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Principal Software Engineer, App Developer, Speaker Dan Nagle.">
    <meta name="author" content="Dan Nagle">
    <link rel="shortcut icon" href="/dannagle-rome-twitter.jpg">
    <link rel="icon" href="/dannagle-rome-twitter.jpg">

    <title>Dan Nagle - 404</title>

    <script src="/js/jquery.js"></script>

    <![endif]-->

    <style>
html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    font-size:14pt;
}

html {
    font-family: monospace;
    background-color:#0100A8;
    color:white;
}

#containerdiv {
    width: 800px;

}

#errordiv {
    margin: 0 auto;
    text-align:center;
}

#errormsg {
    color:#0100A8;
    background-color:#A8A8A6;

}

#bodydiv {
    color:white;
    background-color:#0100A8;
    text-align:left;
}

    </style>

    <script>

    function blinkme() {

        if($("#blinkme").is(":visible")) {
            $("#blinkme").hide();
        } else {
            $("#blinkme").show();
        }

    }

  $( document ).ready(function() {
    setInterval(blinkme, 400);

    $( "body" ).keyup(function() {
        window.location.href = "/";
    });

    });


    </script>

</head>
<body>
<div id="containerdiv">
<div id="errordiv"><span id="errormsg">&nbsp;Dan Nagle&nbsp;</span></div>
    <div id="bodydiv">
    <p> Invalid page called at this address. 404 event handler launched.<br> Dan Nagle web address is invalid. Navigate to a different page to correct this problem. </p>

    <p>To continue running Dan Nagle press Y or ENTER. To quit the current website press N. If you cannot continue running Dan Nagle, we will be very sad. Do you want to continue?</p>

        <p>Press Y for Yes or N for No: <u id="blinkme">_</span> </p>

    </div>
</div>
</body>
</html>
