-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
28 lines (22 loc) · 896 Bytes
/
Copy path404.html
File metadata and controls
28 lines (22 loc) · 896 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 page not found | iMaZiNe's Dev. Diary</title>
<meta name="description" content="Development Diary ">
<meta name="author" content="iMaZiNe">
<meta name="keywords" content="JavaScript,HTML,CSS,node.js,Dart&Etc" />
<meta name="generator" content="haroopress v0.9.1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le styles -->
<link rel="canonical" href="http://imazine.github.com">
<link href="/css/haroo.css" rel="stylesheet">
<link href="/css/404.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="72x72" href="/favicon-64.png">
</head>
<body>
<h1>404 page not found.</h1>
</body>
</html>