We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb6c7c commit 79f9709Copy full SHA for 79f9709
404.html
@@ -1,8 +1,11 @@
1
<!DOCTYPE html>
2
<html style="background:#000;height: 100%;">
3
<head>
4
+ <meta charset="utf-8">
5
<title>404 not found</title>
6
+ <meta name="theme-color" content="#000">
7
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover,shrink-to-fit=no">
8
+ <link rel="shortcut icon" href="/icons/app-favicon.png">
9
</head>
10
<body style="
11
display: flex;
0 commit comments