blob: 5443375115b065c7d80bf61d21803dff07053894 (
plain)
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">
<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>
|