diff options
Diffstat (limited to 'doc/404.html')
| -rw-r--r-- | doc/404.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/404.html b/doc/404.html new file mode 100644 index 0000000..5443375 --- /dev/null +++ b/doc/404.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <title>Clawflake</title> + <meta name="author" content="Nicolas Paul" /> + <meta name="description" content="A generation system with time-sortable keys." /> + <meta name="keywords" content="clawflake,discord,twitter,id,generator,specification,distributed" /> + <meta name="referrer" content="origin" /> + <meta name="theme-color" content="#dc8400" /> + <meta name="color-scheme" content="light dark" /> + <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0,user-scalable=yes" /> + <meta name="creator" content="Nicolas Paul" /> + <meta name="googlebot" content="all" /> + <meta name="publisher" content="Nicolas Paul" /> + <meta name="robots" content="all" /> + <link rel="sitemap" href="/sitemap.xml" /> + <meta property="og:site_name" content="Nicolas Paul" /> + <link rel="stylesheet" href="https://fashion-pepper.nicolaspl.com/css/fashion-pepper.css"> + <link rel="stylesheet" href="css/style.css"> +</head> + +<body> + <main> + <h1>Not Found</h1> + <p>The requested URL was not found on this server.</p> + + <p>Try the <a href="/">home page</a> first!</p> + </main> +</body> + +</html>
\ No newline at end of file |
