-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
102 lines (98 loc) · 8.37 KB
/
index.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
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/Article">
<head>
<!-- Before CSS -->
<meta charset="utf-8" />
<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>
<!-- Load Cache-Busted CSS -->
<script>
window.cacheBust = (new Date()).getTime();
let link = document.createElement('link');
link.setAttribute('rel', 'stylesheet');
link.setAttribute('href', '_styles/styles.css?t=' + window.cacheBust);
document.head.appendChild(link);
</script>
<!-- Global -->
<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" />
</head>
<body>
<header>
<img class="logo" src="/_imgs/meta/fluid.png" alt="NW Utils logo" />
<h1>
NW.js Utilities
</h1>
</header>
<div id="app">
<div class="container">
<noscript>
This site requires JavaScript.
</noscript>
</div>
<footer></footer>
</div>
<!-- Scripts -->
<script defer type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/axios.min.js"></script>
<script defer type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>
<script defer type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/src/httpVueLoader.js"></script>
<script defer type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/scrolltosmooth.pkgd.min.js"></script>
<script defer type="text/javascript" src="app.js"></script>
<link rel="stylesheet" href="_styles/fonts.css" />
</body>
</html>