Subversion Repositories SmartDukaan

Rev

Rev 18148 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE html>
<html>
<head>
        <script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
        <title>Profitmandi</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"/> 
    <body>
                <h2 class="error">404 Page not found</h2>
    </body>
</head>
</html>


<style type="text/css">
*
{
    margin:0;
    padding:0;
}
html,body
{
    margin:0;
    padding:0;
    font-family:Helvetica;
    background:#58d936; 
    width:100%;
    height:100%;
} 
.error{
        text-align: center;
        padding: 10px;
}
</style>