-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
20 lines (20 loc) · 1 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<!-- <meta http-equiv='X-UA-Compatible' content='IE=edge'> -->
<title>404</title>
<!-- <meta name='viewport' content='width=device-width, initial-scale=1'> -->
<!-- <link rel='stylesheet' type='text/css' href='./_sass/jekyll-theme-cayman.scss'> -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
</head>
<body>
<div style="text-align:center;"><h1>404</h1></div>
<div style="text-align:center;"><img src="https://tlourey.github.io/assets/images/noob.jpg" /></div>
</body>
</html>