forked from tophyip/hyipworld.github.io
-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
30 lines (30 loc) · 960 Bytes
/
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
---
permalink: /404.html
---
{%- comment -%}
*
* Any 404.html at the root of your _site directory will be served automatically
* by GitHub Pages and the local WEBrick development server.
* https://jekyllrb.com/tutorials/custom-404-page/
*
* You may see the running code here:
* https://chetabahana.github.io/404-page/
*
{%- endcomment -%}
<!DOCTYPE html>
<html lang="id">
<head>
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
<title>Page not found!</title>
<style type="text/css">
body {margin: 0;}
.container {display: flex; height: 100vh; cursor: pointer; justify-content: center; align-items: center;}
.centerImage {cursor: pointer;}
</style>
</head>
<body>
<div class="container">
<img src="/images/404.png" alt="Page not found!" class="centerImage" onclick="location.href='/'"></a>
</div>
</body>
</html>