-
Notifications
You must be signed in to change notification settings - Fork 0
/
notfound.html
39 lines (39 loc) · 1.25 KB
/
notfound.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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="nayeem, gitprofile, nayeemdev, nayeem9812"/>
<meta name="description" content="Simple app for showing all git info"/>
<meta name="language" content="EN">
<meta name="author" content="Nayeem Hossain, nayeem9812@gmail.com">
<meta name="copyright" content="@nayeemdev">
<meta name="reply-to" content="nayeem9812@gmail.com">
<meta name="owner" content="Nayeem Hossain">
<meta name="url" content="https://github.com/nayeemdev/gitprofile">
<title>GitProfile - Not Found</title>
<style>
body{
background-color: rgb(26, 30, 34);
height: 100vh;
text-align: center;
font-family: monospace;
color: #ccd6f6;
margin: 0;
padding: 0;
}
.main{
padding-top: 5%;
}
</style>
</head>
<body>
<div class="main">
<h1> <strong>Opps!!</strong> User Not Found</h1>
<h3>
<i>Goto <a href="index.html">Home Page</a> and Search Again</i>
</h3>
</div>
</body>
</html>