perfect-gui 3.5.8 → 3.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/test/src/index.html +5 -5
package/package.json
CHANGED
package/test/src/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<meta name="description" content="Nice and simple GUI for JavaScript">
|
|
13
13
|
<link rel="canonical" href="https://thibka.github.io/perfect-gui/public/">
|
|
14
14
|
|
|
15
|
-
<meta property="og:image" content="https://thibka.github.io/perfect-gui/_data/social.png">
|
|
15
|
+
<meta property="og:image" content="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/social.png">
|
|
16
16
|
<meta property="og:image:type" content="image/jpg">
|
|
17
17
|
<meta property="og:image:width" content="1200">
|
|
18
18
|
<meta property="og:image:height" content="628">
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
<meta property="og:title" content="Perfect GUI">
|
|
22
22
|
<meta property="og:description" content="Nice and simple GUI for JavaScript">
|
|
23
23
|
|
|
24
|
-
<link rel="apple-touch-icon" sizes="180x180" href="https://thibka.github.io/perfect-gui/_data/fav/180x180.png">
|
|
25
|
-
<link rel="icon" type="image/png" sizes="32x32" href="https://thibka.github.io/perfect-gui/_data/fav/32x32.png">
|
|
26
|
-
<link rel="icon" type="image/png" sizes="16x16" href="https://thibka.github.io/perfect-gui/_data/fav/16x16.png">
|
|
27
|
-
<link rel="shortcut icon" href="https://thibka.github.io/perfect-gui/_data/fav/180x180.ico">
|
|
24
|
+
<link rel="apple-touch-icon" sizes="180x180" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/180x180.png">
|
|
25
|
+
<link rel="icon" type="image/png" sizes="32x32" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/32x32.png">
|
|
26
|
+
<link rel="icon" type="image/png" sizes="16x16" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/16x16.png">
|
|
27
|
+
<link rel="shortcut icon" href="https://raw.githubusercontent.com/thibka/thibka.github.io/master/perfect-gui/_data/fav/180x180.ico">
|
|
28
28
|
</head>
|
|
29
29
|
|
|
30
30
|
<body>
|