forked from idindrakusuma/simple-404-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (20 loc) · 813 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Error 404 - Page Not Found!</title>
<link rel="stylesheet" type="text/css" href="./assets/css/style.css" />
<link href="./assets/images/favicon.png" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div class="container">
<img class="ops" src="./assets/images/e430101033efff9a294eaafecbac846a.gif" />
<br />
<h3>Hello this is example of error 404 Page.
<br /> Click below button to redirect to my portfolio.</h3>
<br />
<a class="buton" href="https://imvickykumar999.github.io/Oye-Vix/">Vix Portfolio</a>
</div>
</body>
</html>