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

    <head>
        <meta charset="utf-8">
        <title>Python Flask programming tutorial</title>
        <meta name="viewport" content="width=device-width, initial-scale=1" >
        <link href="/static/css/bootstrap.min.css" rel="stylesheet">
        <link rel="shortcut icon" href="/static/favicon.ico">
    
    </head>


<header>
    <div class="navbar-header">
        <a class="navbar-brand" href="/">
            <img style="max-width: 44px; margin-top: -7px;" src="/static/images/mainlogo.png">
        </a>
    </div>
    
    <div class="container-fluid">
        <a href="/dashboard/">
            <button type="button" class="btn btn-primary" aria-label="Left Align"
                style="margin-top: 5px; margin-bottom: 5px; height: 44px; margin-right: 15px;">
                <span class="glyphicon glyphicon-off" aria-hidden="true"></span> Start Learning
            </button>
        </a>
    
        <ul class="nav navbar-nav navbar-right">
            <div style="margin-right: 10px; margin-left: 15px; margin-top: 5px; margin-bottom: 5px;"  class="container-fluid">
                
                <a href="/support-donate/"> <span class="glyphicon glyphicon-heart"></span> Support   </a>
                
                <a href="/login/"><span class="glyphicon glyphicon-log-in"></span> Login   </a>
                 
                <a href="/register/"><span class="glyphicon glyphicon-pencil"></span> Sign up</a>
               
                  
            </div>
        </ul>
    </div>

</header>




<body>

    <!---<div class="border-row" style="width:100%; margin-bottom: 15px;"> </div>--->

    <div class="container" style="min-height:100%; width:80%">
    
      
    

    

<p>Woops, the page doesn't exists! (404)</p>


    
    </div>

    <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
    <script type="text/javascript" src="/static/js/bootstrap.min.js"></script>
    

</body>




</html>