-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
34 lines (28 loc) · 1.2 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
32
33
34
<!doctype html>
<html lang="en" style="height: 100%">
<head>
<meta charset="utf-8">
<base href="/">
<title>title</title>
<meta name="description" content="Page not found">
<!-- <meta name="keywords" content="" />-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons&display=swap" rel="stylesheet">
<meta name="theme-color" content="#8e24aa">
</head>
<body style="margin: 0.25rem; height: inherit; font-family: Roboto, sans-serif" >
<div id="flex-container" style="height:inherit; display: flex; flex-flow: column nowrap; align-items: center; justify-content: space-around">
<div>
<a href="/"><img src="assets/icons/android-chrome-144x144.png" alt="logo"></a>
</div>
<div>
<h4 style="font-size: 20px; color: darkslategray; opacity: 0.3">Page Not found. </h4>
</div>
<div>
<h4 style="font-size: 20px; color: darkslategray; opacity: 0.3">cardbase.io</h4>
</div>
</div>
</body>
</html>