forked from FayazK/golgi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
29 lines (29 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
<link rel="image_src" type="image/jpeg" href="/images/logo.png" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<!-- Site Properities -->
<meta name="generator" content="Visual Studio 2015" />
<title>404 | Golgi Admin</title>
<meta name="description" content="Golgi Admin Theme" />
<meta name="keywords" content="html5, ,semantic,ui, library, framework, javascript,jquery,admin,theme" />
<link href="dist/semantic.min.css" rel="stylesheet" />
<link href="css/main.min.css" rel="stylesheet" />
</head>
<body class="error404">
<div class="ui container center aligned errorcontainer">
<h1 class="ui header inverted">
Oooops! Sorry The Page Not Found :(
</h1>
<a class="ui button" href="dashboard.html">
Return the Homepage
</a>
</div>
</body>
</html>