-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (220 loc) · 6.55 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=3">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="Content-Security-Policy" content="
default-src 'self';
script-src 'self' 'sha256-eNw17CvskFhM0+lRvHA0RFUyv2OAR+g6w/fqMNHE36s=';
style-src 'self' 'sha256-qp2Jbti2jhbFmU9MB8cNvDt2ydPCdzi6WvY638wz/R8=' 'sha256-UqieFvMmS94HHJ6KCA+zBQjOdHixX8E4aqgi7yS6AVE=';
img-src 'self' https://nodei.co;
connect-src 'self'
https://api.github.com
https://api.npmjs.org
https://api.npms.io
https://api.stackexchange.com
https://crates.io
https://gs.statcounter.com
https://bundlephobia.com;
object-src 'none';
form-action 'none';
require-trusted-types-for 'script';"
>
<meta name="referrer" content="no-referrer">
<meta name="description" content="Web app Library Watch gives the ability to view information about GitHub's repositories, NPM's packages, StackOverflows's questions.">
<meta name="application-name" content="Library Watch">
<meta name="url" content="https://zhnzhn.github.io/library-watch/">
<title>Library Watch v0.12.0</title>
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "WebApplication",
"name": "Library Watch",
"softwareVersion": "0.12.0",
"description": "Web app Library Watch gives the ability to view information about GitHub's repositories, NPM's packages, StackOverflows's questions.",
"author": {
"@type": "Person",
"name": "Yevhenii Molodyi"
},
"url": "https://zhnzhn.github.io/library-watch/",
"image": "https://github.com/ZhnZhn/library-watch/raw/master/screenshots/library-watch.png?raw=true"
}</script>
<link rel="icon" href="/css/favicon.png" sizes="32x32" type="image/png">
<base target="_blank">
<script>
var preloader = (function(n){
var obj, hm={};
var _getEl = function(id){
if (!hm[id]){hm[id] = document.getElementById(id);}
return hm[id];
};
var _setStyle = function(id,n,v){
var el = _getEl(id);
if (el) {el.style[n]=v;}
return;
};
var _setText = function(id,t){
var el = _getEl(id);
if (el) {el.textContent=t;}
return;
};
obj = {
w:1, n:n, d:0,
done:function(p){
obj.w += p;
_setText('msg',(obj.w!==100)?'Loading '+obj.w+'%...':'Loaded 100%')
_setStyle('loaded', 'width', obj.w+'%');
if ((++obj.d) === obj.n){
window.preloader = undefined;
}
},
hiding:function(){
_setStyle('preloader','opacity',0.5);
},
errCss:function(){
obj.isErrCss = true;
_setStyle('css-missed','display','block');
_setStyle('msg-reload','display','block');
},
errScript:function(){
obj.isErrScript = true;
_setStyle('bundle-missed','display','block');
_setStyle('msg-reload','display','block');
},
stop:function(){
var arr = ['','-webkit-','-moz-','-o-'], i=0, len=arr.length, n='animation-play-state';
for(;i<len;i++){ _setStyle('circle', arr[i]+n, 'paused'); }
_setText('msg','Loaded '+obj.w+'%');
}
};
return obj;
})(4);
</script>
<style>
[data-loader='circle']
{
width: 2.5em;
height: 2.5em;
-webkit-animation: circle infinite 1.25s linear;
-o-animation: circle infinite 1.25s linear;
animation: circle infinite 1.25s linear;
border: 3px solid #009ae5;
border-top-color: transparent;
border-radius: 100%;
}
@-webkit-keyframes circle
{ 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
} }
@-o-keyframes circle
{ 100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
} }
@keyframes circle
{ 100% {transform: rotate(360deg);}}
.wrapper {
margin: 0 auto;
margin-top: 3em;
background-color: #4d4d4d;
border: solid 2px #232f3b;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 6px;
z-index: 100;
width: 14em;
padding-top: 1em;
padding-bottom: 1.5em;
text-align: center;
}
.wrapper__loading {
margin: 0.5em auto;
}
.wrapper__descr {
margin-top: 1em;
font-family: "Roboto", "Arial", "Lato", sans-serif;
font-size: 1em;
font-weight: bold;
}
.wrapper__app {
color: #80c040;
display: block;
padding-bottom: 0.5em;
}
.wrapper__loaded {
width: 0;
height: 3px;
background-color: #80c040;
}
#msg {
color: grey;
}
.wrapper__error {
display: none;
color: #f44336;
margin-top: 8px;
}
.wrapper__reload {
display: none;
color: black;
margin-top: 8px;
}
</style>
<link rel="stylesheet" href="css/app-421a7188dd.min.css">
</head>
<body>
<!--googleoff: snippet-->
<div id="preloader" class="wrapper">
<div id="circle" data-loader="circle" class="wrapper__loading"></div>
<div class="wrapper__descr">
<span class="wrapper__app">
Library Watch
</span>
<div id='msg'>
Loading 1%...
</div>
<div id="loaded" class="wrapper__loaded">
</div>
<div id="css-missed" class="wrapper__error">
Error on load css.
</div>
<div id="bundle-missed" class="wrapper__error">
Error on load bundle.
</div>
<div id="msg-reload" class="wrapper__reload">
*Maybe, missed in locale cache.
Please, reload page through browser's toolbar.
</div>
</div>
</div>
<!--googleon: snippet-->
<div id="app">
</div>
<!--googleoff: snippet-->
<noscript>
<style>
#preloader {
display: none;
}
</style>
<div class="noscript__root">
<div class="noscript__header">
<h1 class="noscript__caption">Web app Library Watch</h1>
</div>
<div class="noscript__msg">
<p>It seems JavaScript in your browser disabled or not supported.</p>
<br/>
<p>
Web app Library Watch is a SPA RESTful client. With the help of the app you can explore information
about GitHub's repositories, NPM's packages, StackOverflows's questions.
</p>
<br/>
<p>To use <a class="noscript__link" href=".">Library Watch</a>, please, enable JavaScript and reload page.</p>
</div>
</div>
</noscript>
<!--googleoff: snippet-->
<script src="app/lib_9fc1cf39069c4eb9b0ea.js" defer></script>
<script src="app/app_6851fcaa7328c724790c.js" defer></script>
</body>
</html>