Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
18192 manas 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<script type="text/javascript" src="<?php echo $base_url;?>js/jquery-1.10.2.js"></script>
5
	<title>Profitmandi</title>
6
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0"/> 
7
    <body>
8
		<h2 class="error">404 Page not found</h2>
9
    </body>
10
</head>
11
</html>
12
 
13
 
14
<style type="text/css">
15
*
16
{
17
    margin:0;
18
    padding:0;
19
}
20
html,body
21
{
22
    margin:0;
23
    padding:0;
24
    font-family:Helvetica;
25
    background:#58d936; 
26
    width:100%;
27
    height:100%;
28
} 
29
.error{
30
	text-align: center;
31
	padding: 10px;
32
}
33
</style>