-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
31 lines (31 loc) · 1.49 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
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Description example">
<meta name="keywords" content="">
<meta name="author" content="Zbigniew Malcherczyk">
<title>MZA Ideas</title>
<link rel="preload" as="style" media="screen" href="https://cdn.jsdelivr.net/gh/ferror/grave@gh-pages/3.3/grave.min.css">
<link rel="stylesheet" media="screen" href="https://cdn.jsdelivr.net/gh/ferror/grave@gh-pages/3.3/grave.min.css">
<link rel="icon" sizes="32x32" href="https://assets.malcherczyk.com/favicon/favicon-32x32.ico">
<link rel="icon" sizes="16x16" href="https://assets.malcherczyk.com/favicon/favicon-16x16.ico">
<link rel="apple-touch-icon" sizes="180x180" href="https://assets.malcherczyk.com/icons/180/icon_square_logo.png">
<link rel="manifest" href="manifest.json">
</head>
<body>
<main>
<article>
<header>
<h3>Sub title, but kinda longer than the title</h3>
</header>
<p>Page not found :(</p>
</article>
</main>
<footer>
Created By <img src="https://assets.malcherczyk.com/icons/copyright.svg" alt="copyright"> <a href="https://github.com/ferror">Zbigniew (Ferror) Malcherczyk</a>
</footer>
</body>
</html>