-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
93 lines (87 loc) · 3.3 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<title>Fonio - oups !</title>
<meta charset="utf-8">
<!-- icons -->
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- META DUBLIN CORE -->
<meta name="DC.Title" lang="fr" content="Fonio" />
<meta name="DC.Date.created" scheme="W3CDTF" content="2017-09-01" />
<meta name="DC.subject" xml:lang="en-GB" content="data-presentation" />
<meta name="DC.subject" xml:lang="en-GB" content="rich content edition" />
<!-- END META DUBLIN CORE -->
<!-- REGULAR META -->
<meta name="author" content="médialab Sciences Po"/>
<meta name="keywords" content="data stories, data, data comment, rich media, academic editing, scholarly media, scholarly editor, academic editor"/>
<meta name="description" content="The data stories editor" />
<meta name="viewport" content="user-scalable=no,width=device-width" />
<!-- END REGULAR META -->
<!-- META TWITTER -->
<meta name="twitter:card" value="summary">
<!-- <meta name="twitter:site" content="https://fonio.surge.sh/"> -->
<meta name="twitter:title" content="Fonio">
<meta name="twitter:description" content="The data stories editor">
<meta name="twitter:creator" content="@medialab">
<!-- todo : Twitter Summary card images must be at least 200x200px -->
<!-- <meta name="twitter:image" content="https://fonio.surge.sh/apple-touch-icon.png"> -->
<!-- end meta twitter-->
<!-- META GOOGLE + -->
<meta itemprop="name" content="Fonio">
<meta itemprop="description" content="The data stories editor">
<!-- <meta itemprop="image" content="https://fonio.surge.sh/bulgur-rs.png"> -->
<!-- END META GOOGLE + -->
<!-- META OPEN GRAPH / FACEBOOK -->
<meta property="og:title" content="Fonio"/>
<meta property="og:type" content="website"/>
<!-- <meta property="og:url" content="https://fonio.surge.sh/"/> -->
<meta property="og:description" content="The data stories editor"/>
<!-- <meta property="og:image" content="https://fonio.surge.sh/fonio-rs.png"/> -->
<!-- <meta property="og:image:width" content="1200"/> -->
<!-- <meta property="og:image:height" content="900"/> -->
<!-- END META OPEN GRAPH / FACEBOOK -->
<style type="text/css">
body {
background-color: #f4f4f4;
}
.content-wrapper {
position: fixed;
width: 100%;
left: 0;
top: 0;
height: 100%;
font-family: 'Roboto', sans-serif;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
.content-wrapper p,
.content-wrapper h2{
margin-left: 2.5rem;
}
.logo-img{
display: inline;
max-height: 1em;
}
</style>
</head>
<body>
<!--CSS Spinner-->
<div class="content-wrapper">
<div>
<h1><img class="logo-img" src="/android-chrome-96x96.png"></img> Fonio</h1>
<h2>Oups !</h2>
<p>
Page not found. <a href="/">Go back to home.</a>
</p>
</div>
</div>
</body>
</html>