-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
104 lines (104 loc) · 7.71 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
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/Article">
<head>
<!-- Global -->
<meta charset="utf-8" />
<!-- <meta http-equiv="refresh" content="0;url=https://nwutils.io" /> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>NW.js Utilities</title>
<meta name="description" content="Cross-platform libraries, boilerplates, and tools for desktop apps and Node.js." />
<meta name="keywords" content="NW.js Utilities, nw.js, nw-utils, nw utils, node-webkit, cross-platform desktop apps, XPDA, node.js, javascript, libraries, boilerplates, tools, helpers, frameworks" />
<meta http-equiv="Expires" content="0" />
<meta name="subject" content="Software Development" />
<meta name="language" content="EN" />
<meta name="robots" content="index,follow" />
<meta name="owner" content="The Jared Wilcurt" />
<meta name="rating" content="General" />
<meta name="HandheldFriendly" content="True" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<link rel="fluid-icon" href="/_imgs/meta/fluid.png" type="image/png" />
<!-- Google/Schema.org -->
<meta itemprop="name" content="NW.js Utilities" />
<meta itemprop="description" content="Cross-platform libraries, boilerplates, and tools for desktop apps and Node.js." />
<meta itemprop="image" content="https://nwutils.io/_imgs/nwutils.jpg" />
<!-- Twitter -->
<meta name="twitter:dnt" content="on" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@TheJaredWilcurt" />
<!-- Facebook/Reddit -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nwutils.io" />
<meta property="og:title" content="NW.js Utilities" />
<meta property="og:site_name" content="NW.js Utilities" />
<meta property="og:image" content="https://nwutils.io/_imgs/nwutils.jpg" />
<meta property="og:locale" content="en_US" />
<meta property="og:description" content="Cross-platform libraries, boilerplates, and tools for desktop apps and Node.js." />
<!-- Android -->
<meta name="theme-color" content="#FFFFFF" />
<meta name="mobile-web-app-capable" content="yes" />
<!-- Microsoft -->
<meta name="application-name" content="NW.js Utilities" />
<meta http-equiv="cleartype" content="on" />
<meta name="msapplication-navbutton-color" content="#FFFFFF" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-square70x70logo" content="/_imgs/meta/mstile01sm.png" />
<meta name="msapplication-square150x150logo" content="/_imgs/meta/mstile02md.png" />
<meta name="msapplication-wide310x150logo" content="/_imgs/meta/mstile03wd.png" />
<meta name="msapplication-square310x310logo" content="/_imgs/meta/mstile04lg.png" />
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible" />
<!-- Apple -->
<meta name="apple-mobile-web-app-title" content="NW.js Utilities" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-touch-fullscreen" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-57.png" type="image/png" sizes="57x57" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-72.png" type="image/png" sizes="72x72" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-114.png" type="image/png" sizes="114x114" />
<link rel="apple-touch-icon" href="/_imgs/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-icon-precomposed" href="/_imgs/meta/apl-144.png" type="image/png" sizes="144x144" />
<link rel="apple-touch-startup-image" href="/_imgs/meta/apl-str.png" type="image/png" />
<style>
html,
body {
width: 100%;
height: 100%;
border: 0px;
margin: 0px;
padding: 0px;
overflow: hidden;
}
body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: Tahoma, sans-serif;
}
h1 {
margin: 0px;
padding: 0px;
font-size: 60px;
line-height: 1;
}
img {
max-width: 100%
}
a {
text-decoration: none;
color: #000;
}
</style>
</head>
<body>
<h1><a href="index.html">404 - Not found</a></h1>
<a href="index.html">
<img src="_imgs/meta/fluid.png" alt="NW Utils logo">
</a>
</body>
</html>