-
Notifications
You must be signed in to change notification settings - Fork 10
/
404.html
50 lines (50 loc) · 4.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- Must be first item in <head> -->
<script src="/scripts/router.js"></script> <!-- Goes up top to forward if a good URL is found ASAP. -->
<title>FLIF - Free Lossless Image Format</title>
<meta charset="UTF-8" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="cleartype" content="on" />
<meta name="description" content="Official website for the FLIF image format" />
<meta name="keywords" content="FLIF, Free Lossless Image Format, compression, responsive, lossy, animation, png alternative, bpg, jpg, webm, webp, jpeg 2000, gif, apng, Adam 7" />
<meta http-equiv="Expires" content="0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="subject" content="Image Format" />
<meta name="language" content="EN" />
<meta name="robots" content="index,follow" />
<meta name="rating" content="General" />
<meta name="HandheldFriendly" content="True" />
<meta name="application-name" content="FLIF" />
<meta name="msapplication-navbutton-color" content="#FFFFFF" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-square70x70logo" content="/img/meta/mstile01sm.png" />
<meta name="msapplication-square150x150logo" content="/img/meta/mstile02md.png" />
<meta name="msapplication-wide310x150logo" content="/img/meta/mstile03wd.png" />
<meta name="msapplication-square310x310logo" content="/img/meta/mstile04lg.png" />
<meta name="apple-mobile-web-app-title" content="FLIF" />
<meta name="apple-mobile-web-app-capable" content="no" /> <!-- "yes" hides Safari navbar in iOS -->
<meta name="apple-touch-fullscreen" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="/img/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon-precomposed" href="/img/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon" href="/img/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon-precomposed" href="/img/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon" href="/img/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon-precomposed" href="/img/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon" href="/img/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-icon-precomposed" href="/img/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-startup-image" href="/img/meta/apl-str.png" type="image/png" />
<link rel="fluid-icon" href="/img/meta/fluid.png" type="image/png" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" href="/style/style.css" type="text/css" />
</head>
<body id="404">
<table><tr><td>
<a href="/index.html" class="img"><img src="/img/flif.png" alt="FLIF Logo" /></a>
<h3><strong>404:</strong> Page not found</h3>
</td></tr></table>
</body>
</html>