-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
32 lines (26 loc) · 1.24 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!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="Devendra kavthekar portfolio, Odoo Developer">
<meta name="keywords" content="Odoo developer, Devendra kavthekar">
<title>Devendra kavthekar | Odoo developer</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,300italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link href="res/css/styles.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row">
<section class="main-header">
<div class="not-found-msg">
<h1>404 ERROR</h1>
<p>I'm sorry but what you're looking for was nowhere to be found!</p>
</div>
</section>
</div>
</div>
</body>
</html>